Expand my Community achievements bar.

SOLVED

Component copy paste values should not be saved

Avatar

Level 2

Hi All,

 

Is there a way to just copy the component and not its dialog element value ?

we have a textfield which we are populating with random number and it should be unique for each authored component. But when I copy paste component, the textfield value is also getting copied. I am trying to find a way if there can be a way to read this event and values are not copied.

 

Thanks in advannce !!!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

There is no way to avoid that until you write an explicit event listener on property added. But it will execute for all the time.

If this field is not mandatory then remove this property and if dialog open again, it will be pre-filled with random number and then you can save dialog again.



Arun Patidar

View solution in original post

5 Replies

Avatar

Community Advisor

@yashaswidotiya Are you trying to copy the content node ? If I understand your question properly , I think you are copying the content node via back-end code and creating copies of the same . When you do copy of node, please be informed that values also will get copied. You can then replace the values in those nodes as required. 

Avatar

Level 2
I am trying to copy the component in authoring mode.

Avatar

Correct answer by
Community Advisor

Hi,

There is no way to avoid that until you write an explicit event listener on property added. But it will execute for all the time.

If this field is not mandatory then remove this property and if dialog open again, it will be pre-filled with random number and then you can save dialog again.



Arun Patidar

Avatar

Level 2
It is mandatory field. So can you help how explicit listener could be written

Avatar

Community Advisor

When you copy the component(s) then all of its properties would be carried over. There is no OOTB feature to exclude some.