OBJECT

Many items associated to a policy are multiple instances of complex data types. It is necessary to construct loops that initially collect the instances and return each one during each iteration. This math variable type returns a single instance of an object from the object collection (SOURCEARRAY).    

OBJECT: Elements and Attributes
TYPE=OBJECT
Element Attributes Parent Element Description Element/Attribute Value

<MathVariable>

TYPE

   

OBJECT

 

 

Name of the object where the data resides. This coincides with a database table name.

This will be the same OBJECTNAME listed in the associated TYPE=OBJECTLOOP statement.

OBJECTNAME

 

 

The VARIABLENAME of the associated OBJECTLOOP MathLoop.

SOURCEARRAY

CLEARVALUE

 

Optional Element

.

Value: Yes / No

Default Value: No

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

XML Example

<MathVariable VARIABLENAME="IndividualClient" TYPE="OBJECT" OBJECTNAME="Client" SOURCEARRAY="ClientLoop"></MathVariable>