All -
I have a fairly extensive agent in 5.5 with many If clauses and direct SQL updates. Does OTM have the ability to reorder / reorganize the statements and actions?
Example:
If 1
If 2
If 3
If 4
If 5
If I wanted to add create a new "If Statement" and insert it between numbers 3 and 4, but on the same hierarchical level (not nested within "If 3") is this possible?
Thanks.
I have a fairly extensive agent in 5.5 with many If clauses and direct SQL updates. Does OTM have the ability to reorder / reorganize the statements and actions?
Example:
If 1
If 2
If 3
If 4
If 5
If I wanted to add create a new "If Statement" and insert it between numbers 3 and 4, but on the same hierarchical level (not nested within "If 3") is this possible?
Thanks.
Comment