Calculated Custom Fields enable ActiveControl customers to write their own custom calculations and logic upon which Rules Engine rules can be based. This custom calculation is written to a custom field on the Transport Form or Business Task, which then drives behaviour of the Rules Engine consumers.
A new calculated custom field type has been created to support this new functionality. This is configured via the Custom Fields app screen.
A new implementation method/class is available for customers to write their own complex custom calculations, which will result in a value being populated in the Calculated Custom Field.
/BTI/TE_CCF_IMPL
It is possible to have more than one calculated custom field (CCF). Table /BTI/TE_CCF_IMPL is used to associate the CCF to the specific implementor.
Field | Description |
---|---|
Field ID | This is the field number of the calculated custom field (as seen in the Custom Fields configuration screen. |
Implementer | Name of the custom Implementing class. |
Post your comment on this topic.