How can I run a custom script before PersonWantsOrg goes to Unsubscribed or Aborted?

Hi all,

I’ve created a custom script that I want to run before a PersonWantsOrg (PWO) request transitions into its final state (e.g., Unsubscribed or Aborted).

Basically, when the user clicks the Unsubscribe button or when a request is aborted, I need my process (which is attached to this script) to execute before the actual UnsubscribeGranted or Aborted steps change the request state.

Thanks in advance!

Parents
  • Create a Approval workflow
    That uses an automatic approval: EX - Approvals to be made externally
    support.oneidentity.com/.../28

    Create a custom "Approval policy" assign the newly create "Approval workflow"
    to the property "Unsubscription workflow" of the "Approval policy"
    Assign "Approval policy" to "Service item"

    If you read the docs and search the forum for: EX - Approvals to be made externally
    You will find out that this EX approval step will trigger an custom event that you can use
    to fire-up your custom proces/script.

    HtH!

Reply
  • Create a Approval workflow
    That uses an automatic approval: EX - Approvals to be made externally
    support.oneidentity.com/.../28

    Create a custom "Approval policy" assign the newly create "Approval workflow"
    to the property "Unsubscription workflow" of the "Approval policy"
    Assign "Approval policy" to "Service item"

    If you read the docs and search the forum for: EX - Approvals to be made externally
    You will find out that this EX approval step will trigger an custom event that you can use
    to fire-up your custom proces/script.

    HtH!

Children
No Data