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

Identity Manager : Send email to specified email address after all approvals

How to create or configure a workflow that will send an email to a specified email address once all approvals have been completed?

Parents
  • I did a copy of the process "VI_ESS_PersonWantsOrg_Send Mail when Closed", connected it to the event "ORDERGRANTED" and changed the email address to where i want it to be sent. My idea was to send the exact same email that should be sent to the recipient to another email as well since this contains all the information i want.

    This triggered a job but the job got frozen saying:
    ErrorMessages = [System.ArgumentNullException] Value cannot be null.
    Parameter name: idMail

    Looking at the job in job queue, it doesn't generate any MailID value.

    Any ideas?`

    Thanks.
Reply
  • I did a copy of the process "VI_ESS_PersonWantsOrg_Send Mail when Closed", connected it to the event "ORDERGRANTED" and changed the email address to where i want it to be sent. My idea was to send the exact same email that should be sent to the recipient to another email as well since this contains all the information i want.

    This triggered a job but the job got frozen saying:
    ErrorMessages = [System.ArgumentNullException] Value cannot be null.
    Parameter name: idMail

    Looking at the job in job queue, it doesn't generate any MailID value.

    Any ideas?`

    Thanks.
Children
No Data