Which IIQ version are you inquiring about?
8.4
Share all details about your problem, including any error messages you may have received.
The default audit logs for “Disablement” are kind of ‘bleh’, and I need more visibility. For example, if I have a custom rule that disables users based on criteria, then I want to know in the audit log which rule caused it (that way if the logic is broken, then I can easily find out why). I am trying to set the “Source” field as the rule name. However, I am having issues. Would the correct call be:
context.getTask().getRule().getName()
If I am in the Rule source code, I want to dynamically get the name of the rule. That way I don’t have to hardcode it and remember to change it.
I want to hear other’s opinions on how to Audit and debug properly.