Execute Script

<< Click to Display Table of Contents >>

Navigation:  Custom Actions > Variables > How to set dynamic values for variables >

Execute Script

We can write any custom script as part of the execute script action, we can set constant value or any function return value into variable using the predefined method “ccs_setwfvariablevalue” (See sample screenshot below).

 

Syntax:

ccs_setwfvariablevalue(variable name, value);

 

CUSTOM~1_img8