Open topic with navigation
Debug with a custom function
In order to debug rules using a custom function, the extension implementing the custom function must be installed in the \Extensions\<extension name> project folder. In addition:
- If you are debugging with screens then you must either have a java implementation of the custom function available, or a custom version of Web Determinations which includes the custom function implementation.
- If you are debugging without screens then you must have a .NET implementation of the custom function available.
Further information on how to install a custom function is available in the Oracle Policy Automation Developer Help.