I am trying to create a Rule to add an End Suppression Milestone to an Account 60 days after the Start Suppression Milestone was added. I know I can create two queries (one for Start Milestone <= 60 days and one to exclude accounts with the Stop Milestone <=60 days) and then merge for the Account list to add the Stop milestone.
The issue I can across is that I should also be able to do this in a single query using Advanced Logic but the system removes the parenthesis upon save. Here is the Logic:
Filter A: Milestone Name = Start Milestone
Filter B: Date <= Subtract 60 days
Filter C: Milestone Name does not equal ‘Stop Milestone’
Filter Date >= Subtract 60 days
Advanced Logic = (A AND AND (C AND D)
When I enter that logic, all parenthesis are removed on save but ‘A AND B AND C AND D’ is not the same as ‘(A AND AND (C AND D)’.
Is this by design, is there another way to accomplish this, or is this a bug?
Thanks in advance.