Skip to main content
Is there anyway to get the escalation date for a running activity? I want to see the date in order to test an escalation rule.
icon-quote.gifhwiechers:
Is there anyway to get the escalation date for a running activity? I want to see the date in order to test an escalation rule.


One option would be to log the date in the escalation rule code. Log4net is a good way to handle this sort of testing, as you can easily disable logging on production. http://logging.apache.org/log4net/

Reply