Journey configuration page in portal

arvindsanka
Tera Contributor

When we go to Employee center portal to create a Jouney record, we have the default fields like 'This Journey is for' which is a reference to user table. We want to display the email of the user along with the name on the dropdown. Can we configure this or can this be achieved only from the widget(JNY Create Journey JA-only Form)?

1 REPLY 1

Ramya V
Kilo Sage

Hi @arvindsanka,

Under the Attributes, you can use the following:

ref_ac_columns=name;email

This configuration will display the email address along with the name. If the email address is not visible to the end user, please check the ACLs on the email field.

If my answer helps you, please mark it as Helpful and Accepted.