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

How to call a custom process when the request is Unsubscribed

Hi,

I want to call a custom process to delete the entry from the Person table when the request is Unsubscribed the approver. Please help 

Parents
  • Create a proccess in table PersonWantsOrg with event is ORDERREFUSED. Other way is with event update and in the generating condition have something like Value = $OrderState[c]:Bool$ Andalso $OrderState:String$.Equals("Unsubscribed").
Reply
  • Create a proccess in table PersonWantsOrg with event is ORDERREFUSED. Other way is with event update and in the generating condition have something like Value = $OrderState[c]:Bool$ Andalso $OrderState:String$.Equals("Unsubscribed").
Children
No Data