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.

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

<MathVariable>

TYPE

 

The name of the field that contains the value needed from the Plan screen.

PLANFIELD

 

 

   

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.  

 

LOG

 

   

Integer that will set the rounding for numeric data types.
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="PLANFIELD" DATATYPE="TEXT" LOG="Yes" 
ROUND="2">PlanFieldName
</MathVariable>