This is my problem statement. I have to run a script based on the change of one custom field which is updated programatically through another script. If I manually change the value of the custom field in the screen, the script gets exceuted automatically through the behaviours. But when I update the value of the field programatically using .setFormValue() in another script, it is not triggering the listener script.
So, is there any possibility to trigger a change event for a custom field explicitly so that the listener script gets executed, or is there any other solution for the problem?