AndreaF
3 years agoContributor III
FunctionType
Hi,
when creating a Finance business rule, the proposed business rule template has a Main public function and a "Select case api.FunctionType" in it.
What is a FinanceFunctionType? And if I want to be able to call the business rule from a Data management step (execute business rule step), within which FinanceFunctionType should the code to execute be included?
Thank you
If you are planning to run a finance business rule then you need to use DM custom calculate and financeFunctiontype.customcalculate.
If you are using execute business rule then it is going to be an Extender rule.