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 | Attribute Value | Element Value | Definition |
<MathVariable> |
TYPE |
ACTIVITYFIELD |
||
OPERATION | SOURCE |
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. |
|
FIELDNAME |
A variable you wish to extract the value of from the activity object. |
Name of the field from the Activity object you created. |
XML Example
<MathVariable VARIABLENAME="ObjectNameEffectiveDate" TYPE="ACTIVITYFIELD" SOURCE="ObjectName" DATATYPE="DATE">EffectiveDate</MathVariable>