Hi All, I have configured one sub process in my main process to trigger an

Hi All,
I have configured one sub process in my main process to trigger an email,I need to send an email twice to two different persons.
When I have tested, "from" content in an email is being displayed same,but I want in such way to display the name of the person who completed the task.
In the email smart service from drop down I tried "process initiator" and "process model",In both cases the email is triggered from same person.Can you please help me out.

Thanks in Advance

OriginalPostID-178446

OriginalPostID-178446

  Discussion posts and replies are publicly visible

Parents
  • So in the last example, can the Cons!user be replaced with pv!user?

    <?xml version="1.0" encoding="UTF-8"?>
    <emailConfig>
    <addresses>
    <address name="customUser">
    <expression>=toemailaddress(user(cons!CUSTOM_USER, "email"))</expression>
    </address>
    </addresses>
    <collections>
    <collection name="from">
    <items>
    <item>customUser</item>
    </items>
    </collection>
    </collections>
    </emailConfig>
Reply
  • So in the last example, can the Cons!user be replaced with pv!user?

    <?xml version="1.0" encoding="UTF-8"?>
    <emailConfig>
    <addresses>
    <address name="customUser">
    <expression>=toemailaddress(user(cons!CUSTOM_USER, "email"))</expression>
    </address>
    </addresses>
    <collections>
    <collection name="from">
    <items>
    <item>customUser</item>
    </items>
    </collection>
    </collections>
    </emailConfig>
Children
No Data