{submittedByID} to Primary Contact Expression | Adobe Higher Education
Skip to main content
AndyKent
Level 2
April 29, 2024
Risolto

{submittedByID} to Primary Contact Expression

  • April 29, 2024
  • 1 risposta
  • 494 visualizzazioni

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 

Questo argomento è stato chiuso alle risposte.
Migliore risposta di Richard_Le_

Hi,

 

Try the following instead:

 

{enteredBy}.{name}

 

Best Regards,

Rich.

 

1 risposta

Richard_Le_Community AdvisorRisposta
Community Advisor
April 29, 2024

Hi,

 

Try the following instead:

 

{enteredBy}.{name}

 

Best Regards,

Rich.

 

AndyKent
AndyKentAutore
Level 2
April 29, 2024

Thanks Rich.