I have an IF block, with code in it..
It's not firing.
From the log file:
START: Perform action: IF
Condition = "New"="New"
(On Error) User notification mode = None
(On Error) Action = Continue
Result = 0
END: Perform action: END IF
Nothing in the if/endif block gets executed... it's like "New" <> "New"
thanks.
-josh
It's not firing.
From the log file:
START: Perform action: IF
Condition = "New"="New"
(On Error) User notification mode = None
(On Error) Action = Continue
Result = 0
END: Perform action: END IF
Nothing in the if/endif block gets executed... it's like "New" <> "New"
thanks.
-josh
Comment