Modify the workflow email address

Hello,

I have created a workflow that sends emails to customers automatically (Reminder campaigns). However, the email used is the "Admin (System)" address.

Would it be possible to change this email address dynamically ( depending on the reminder campaign site for example).

It seems to me that it might be possible via an entry point but I don't really understand how it works.

Edit: Here is what I found:

https://www.sagecity.com/za/sage-x3-south-africa/f/enterprise-management-formerly-sage-x3-south-africa-general-discussion/111132/how-to-change-sender-email-address-in-workflows

What exactly does it mean to create a file in a function ?

"Create a file ZAWRKMEL in function ADOTRT and copy code below and compile."

Thanks in advance for your help

  • 0

    ADOTRT is the "Script Editor" function that allows you to create/modify scripts in the system. The post highlights a way to insert your code through entry point under the standard script AWRKMEL, which would allow you to specify the "From" address through code. While it is possible, this is considered a customization to the system. It is strongly suggested that you reach out to your provider to make this kind of change. Or you should have the X3 development training before attempt making code changes in the system yourself.