cancel
Showing results for 
Search instead for 
Did you mean: 

How to assign value to subject name on Email reuse component on Ticket TI Screen?

dpksghl_30
Participant
0 Kudos

Hi all,

We have a business requirement in which we want to populate subject field on email with the local product name instead of ticket subject. As a standard functionality its automatically showing the ticket subject description, can we alter the value of subject on email and assign local product name to it?

Please suggest the approach I can follow to meet this requirement and refer the sc for more details.

.

Regards,

Deepak

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186648
Active Contributor
0 Kudos

Hi Deepak,

/Root/MessageName would be mapped in the inport , check to what it is mapped and try to populate that with the required text.

Thanks, Pradeep.

dpksghl_30
Participant
0 Kudos

Hi Pradeep,

Thanks for Reply, I searched for the inport mapping of /Root/MessageName but it is not mapped to any field in Inport.It is available in Outports and some Event Handlers only.

Thanks,Deepak

former_member186648
Active Contributor
0 Kudos

Hi Deepak,

Check if you can create XBO on ticket , and create AfterModify event where you update the email subject with Product.

Thanks, Pradeep.

dpksghl_30
Participant
0 Kudos

Hi Pradeep,

Thank you for the reply,

This Email is a standard reuse component and they have user a 'Compose new mail' (plz refer Screenshot)event handler to transfer value from header subject to the email subject. As standard event handler cannot be modified so I am confused how to update email subject without modifying the header subject.

Thanks,

Pradeep