Save values from a dropdown for temporary generated list

0
Hello,   I have a dropdown of values that consist of a temporary list that is created when opening the edit page and returned to the “selectable objects“ property. If i want to save this selected value to a different variable, it doesn’t work properly. Is there a possiblity to save this value, without committing the list for the “selectable objects” ? Thanks in advance  
asked
1 answers
0

Hi Karsten,

 

If I understand your problem correctly is that you do not want to save the “object” the user selected, but only save the value the user selected?

Have you tried using the onchange event to change an extra attribute on the parent entity used solely for this purpose? and save the value there?

 

 

answered