BUI Workspace Rule Debugging
- Open up your browser dev tools and go to Console tab
- Enter
ORACLE_SERVICE_CLOUD.RuleExecutionLogUtilities.enableMonitoring()
- Open an incident
- In the Console enter:
ORACLE_SERVICE_CLOUD.RuleExecutionLogUtilities.getRuleExecutionLog()
- You should then get output showing rule execution
- You may also enter:
ORACLE_SERVICE_CLOUD.RuleExecutionLogUtilities.ruleExecutionList
for a nicely formatted list of rules executed:
- To reset the log array, set variable to empty array with:
ORACLE_SERVICE_CLOUD.RuleExecutionLogUtilities.ruleExecutionList = []