Hi All,
Can we delete processing rules via developer?
if yes ,could you please advise.
Thanks in advance.
Vasanth Murali
Hi All,
Can we delete processing rules via developer?
if yes ,could you please advise.
Thanks in advance.
Vasanth Murali
You can try using these services in steps:
wm.tn.route:getRule (pass ruleName to get ruleID)
wm.tn.route:delete (pass ruleID)
But why do you want to do like this programmatically?
HTH,
RMG