12-26-2022, 04:42 AM
This can be done using
sdk.updateGlobalVariable( 'ComponentID',
{'Key': 'Values'},Notify_true_OR_false );
Here {'Key': 'Values'}àThis part performs the function of update GV
Notify_true_OR_false )àThis performs the function of notify GV
Here if we give true then it executes the script written in that particular component(notify true should be enabled only in components)
Note : We cannot use this code in connection of any component with notify as true.
sdk.updateGlobalVariable( 'ComponentID',
{'Key': 'Values'},Notify_true_OR_false );
Here {'Key': 'Values'}àThis part performs the function of update GV
Notify_true_OR_false )àThis performs the function of notify GV
Here if we give true then it executes the script written in that particular component(notify true should be enabled only in components)
Note : We cannot use this code in connection of any component with notify as true.