This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Event UPDATE on UNSAccountB not firing process

We want run process when column AccountDisabled changes from False to True. We've assigned UPDATE event with generating condition:

  • Value = $AccountDisabled:Bool$ <> False OR
  • Value = $UID_UNSRootB$.Equals("3940b6c6-a5ce-4aa0-855a-8c512f645e03") _
            AndAlso $AccountDisabled:Bool$=True

Process is not firing with none above. When there is no gen. cond. process is executing.

Parents
  • Still won't work. Only when there are no Gen. Cond. it is fired.

    PS. I have another process to enable account which is always fired (even twice) on Event=Update with gen. condition:

    Value = $UID_UNSRootB$.Equals("3940b6c6-a5ce-4aa0-855a-8c512f645e03") _
            AndAlso $AccountDisabled:Bool$=False

    Could it be collision between these two process?

Reply
  • Still won't work. Only when there are no Gen. Cond. it is fired.

    PS. I have another process to enable account which is always fired (even twice) on Event=Update with gen. condition:

    Value = $UID_UNSRootB$.Equals("3940b6c6-a5ce-4aa0-855a-8c512f645e03") _
            AndAlso $AccountDisabled:Bool$=False

    Could it be collision between these two process?

Children
No Data