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.
TYPE = POLICYFIELD | |||
---|---|---|---|
Element | Attribute | Attribute Value | Element Value |
<MathVariable> |
TYPE |
POLICYFIELD |
The name of the field that contains the value you need from the Policy screen. |
|
LOG |
Yes, No |
|
|
ROUND |
Integer |
XML Example
<MathVariable VARIABLENAME="FieldNameMV" TYPE="POLICYFIELD" DATATYPE="TEXT" LOG="Yes" ROUND="2">PolicyFieldName</MathVariable>