ACTIVITYFIELD
Activity, ActivityField, and ActivityArray are used to support functionality equivalent to Spawncode 08 where the system would spawn multiples of the same transaction from a single activity.
The ActivityField is used to extract the value of the field within the Activity math object.
| TYPE=ACTIVITYFIELD | ||||
|---|---|---|---|---|
| Element | Attributes | Parent Element | Description | Element/Attribute Value |
|
<MathVariable>
|
TYPE |
ACTIVITYFIELD |
||
| OPERATION |
The Activity math object you wish to extract a field from. The variable is given a reference name, a type of ActivityField, and the applicable data type. |
SOURCE |
||
|
A variable you wish to extract the value of from the activity object. Name of the field from the Activity object you created. |
FIELDNAME |
|||
| CLEARVALUE |
Optional attribute: Yes: The value of the math variable will be deleted after the execution of all the Attached Rules at the end of activity processing and will not be visible on the Math tab in the Activity details screen. No: The value of the math variable will be retained after activity processing and will be displayed in the Math tab in the Activity details screen. |
Value: Yes / No Default Value : No |
||
XML Example
<MathVariable VARIABLENAME="ObjectNameEffectiveDate" TYPE="ACTIVITYFIELD" SOURCE="ObjectName" DATATYPE="DATE">EffectiveDate</MathVariable>