Expand my Community achievements bar.

Interested in getting an Adobe Workfront certification? Don't miss our AMA on June 10th, where our experts will be available to answer any questions you may have about getting certified!
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.

 

Avatar

Level 3

Thanks Rich.