Previous Topic: Run JavaScript OperatorNext Topic: Output Parameters


Input Parameters

SourceCode

Opens the code editor.

Use the code editor to specify one or more JavaScript statements. Each statement ends with a semicolon (;). For example, the following statements set the day, month, and year variables in a named dataset:

Datasets["/exploit/variables/date"].day = "31";
Datasets["/exploit/variables/date"].month = "July";
Datasets["/exploit/variables/date"].year = "2013";

Note: See the Content Designer Guide for more information about using the CA Process Automation Code Editor.