OBJECTFIELD

Description

OBJECTFIELD provides a method for retrieving values from an object instance created in prior statements.

OBJECTFIELD Element/Attribute Table

TYPE=OBJECTFIELD

Element

Attributes

Attribute Value

Element Value

Definition

<MathVariable>

TYPE

OBJECTFIELD

The name of the field from which the value will be retrieved.

 

 

OBJECTNAME

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.

 

SOURCEOBJECT

The name of MathVariable which is TYPE=OBJECT.

 

XML Example

<MathVariable 
 VARIABLENAME="EachClientGUID" TYPE="OBJECTFIELD" OBJECTNAME="Client" 
 SOURCEOBJECT=”r;IndividualClient">NameofField</MathVariable>