03-09-2021, 08:55 AM
Hi Dan,
thanks for your reply.
Actually I'm trying to customize the standard Edit Form that pops up when you add a new sobject of a particular sType. (Tactic 4.8)
I have a trigger that fires on insert which configures some sobject data just after its creation.
In this trigger, when I log what is inside the 'self.input' dictionary for the string data that should get the resulting multiselecion values, I only get the first value that was selected in the form.
I've also found something about the || string separator, but it doesn't seem to work on my side.
I'm relatively new to tactic widget customization, and I don't know if it is possible to customize/override the behavior of the submit button of the edit form to get around this issue...
Best,
Max
thanks for your reply.
Actually I'm trying to customize the standard Edit Form that pops up when you add a new sobject of a particular sType. (Tactic 4.8)
I have a trigger that fires on insert which configures some sobject data just after its creation.
In this trigger, when I log what is inside the 'self.input' dictionary for the string data that should get the resulting multiselecion values, I only get the first value that was selected in the form.
I've also found something about the || string separator, but it doesn't seem to work on my side.
I'm relatively new to tactic widget customization, and I don't know if it is possible to customize/override the behavior of the submit button of the edit form to get around this issue...
Best,
Max