POLICYFIELD

Use POLICYFIELD type to assign the value of a field from AsPolicy (the Policy screen) into a MathVariable, so it can be used to perform calculations or process business events.

POLICYFIELD: Elements and Attributes
TYPE = POLICYFIELD
Element Attributes Parent Element Description Attribute Value
<MathVaraible> TYPE   The name of the field that contains the value you need from the Policy Screen. POLICYFIELD
     

Yes, No

 

LOG
     

Integer

 

ROUND

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="FieldNameMV" TYPE="POLICYFIELD" DATATYPE="TEXT" LOG="Yes" ROUND="2">PolicyFieldName</MathVariable>