Notate Project Owner Name in a Custom Form on the Project | Community
Skip to main content
Dusty_H
Level 3
January 30, 2023
Solved

Notate Project Owner Name in a Custom Form on the Project

  • January 30, 2023
  • 1 reply
  • 972 views

Is there a way to pull in the Project Owner name into a Custom form that will be on the Project Level.

I can pull in the {ownerID} but i haven't determined a way to convert that to the Owner Name in the form

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Richard_Le_

Hi,

 

Using the following code would return the Project Owners name into a calculated custom field attached to a project: {owner}.{name}

 

Best Regards,

Rich. 

1 reply

Richard_Le_Community AdvisorAccepted solution
Community Advisor
January 30, 2023

Hi,

 

Using the following code would return the Project Owners name into a calculated custom field attached to a project: {owner}.{name}

 

Best Regards,

Rich. 

Dusty_H
Dusty_HAuthor
Level 3
January 30, 2023

Thank you!