Expand my Community achievements bar.

Do you have questions about the migration to Adobe Business Platform? Come join our upcoming coffee break and ask away!
SOLVED

{submittedByID} to Primary Contact Expression

Avatar

Level 3

Hi all,

 

Can't seem to get this calculated field to display correctly, I need to replace the {submittedByID} with the name of user submitting the request.

 

As {submittedByName} doesn't appear to be a native field.

 

REPLACE({submittedByID}, {submittedByID}, {name})

 

Feels as if I'm missing something really obvious here!

Andy 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

Try the following instead:

 

{enteredBy}.{name}

 

Best Regards,

Rich.

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

 

Try the following instead:

 

{enteredBy}.{name}

 

Best Regards,

Rich.