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
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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.
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.
Thank you!
Views
Replies
Total Likes
Ah, good to know, @Richard_Le_ - I originally thought of using {name} but I figured if using that in a project calculated field that it would reference the project name, not the owner name? Does the period in between {owner}.{name} link them together so the field knows to reference {owner}?
Views
Replies
Total Likes
Yes, spot on. The period links them together so that the calculation references the name of the owner.
Views
Replies
Total Likes
Views
Likes
Replies