Unsubscribe the request

Hi all,

from it shop shopping cart page, we are giving option to user to remove the access if already has for a file share. i want to call a custom process and call a method unsubscribe. can someone help me with the where clause? how can i define that particular request for removal of access in where clause?

Thanks,

P

Parents
  • You can trigger a backend process on PersonWantsOrg table, on the event UNSUBSCRIBE or ABORTED (not entirely sure of the event name). In the process itself, you can set the genrating condition to only fire on requests of type file share, the exact condition will depend on how the PWO has been designed. That should be it, the PWO object will contain all the details (like the user, file share name etc)

Reply
  • You can trigger a backend process on PersonWantsOrg table, on the event UNSUBSCRIBE or ABORTED (not entirely sure of the event name). In the process itself, you can set the genrating condition to only fire on requests of type file share, the exact condition will depend on how the PWO has been designed. That should be it, the PWO object will contain all the details (like the user, file share name etc)

Children
No Data