PLANFIELD
Use PLANFIELD type to assign the value of a field from AsPlan (the Plan Screen) into a MathVariable so it can be used to perform calculations or process business events.
The PlanScreen Business Rule will house the definition of the field and the value for the field will be placed in Plan Data. For example, BillingLeadDays is a configurable field on the PlanScreen and the value of 28 is listed within the Guaranteed Level Premium Term Plan Data. The value of 28 will be retrieved in the Math using a PlanField math variable.
TYPE = PLANFIELD | |||
---|---|---|---|
Element | Attribute | Attribute Value | Element Value |
<MathVariable> |
TYPE |
PLANFIELD |
The name of the field that contains the value needed from the Plan screen. |
|
LOG |
Yes: the result is stored in AsActivityMath table to be used by other activities. No: the result is not stored. This is the default behavior. |
|
|
ROUND |
Integer that will set the rounding for numeric data types. |
XML Example
<MathVariable VARIABLENAME="FieldNameMV" TYPE="PLANFIELD" DATATYPE="TEXT" LOG="Yes" ROUND="2">PlanFieldName</MathVariable>