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
  • Try not to use an script to delete. I would recomend you to use handleobjectcomponent-delete and fill the parameters. the parameters, as your proccess is being launched from person wants org could be

    Step: handle object component - delete
    table: "Person"
    whereclause: $uid_personordered$ as i could imagine that the recipient is the person to be deleted, but be careful with dependencies.
Reply
  • Try not to use an script to delete. I would recomend you to use handleobjectcomponent-delete and fill the parameters. the parameters, as your proccess is being launched from person wants org could be

    Step: handle object component - delete
    table: "Person"
    whereclause: $uid_personordered$ as i could imagine that the recipient is the person to be deleted, but be careful with dependencies.
Children
No Data