I am wanting to pull in some user data on custom forms for a new request that is then converted to a Project.
I would like to pull in the Request Entered By name - All I can find is the {enteredByID} field however utilizing the .{name} after it results in an invalid custom expression.
Is there any other way to pull in this data?
Additionally, I will be converting these request over to Projects and need this data to hold throughout the conversion process.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
you would use {enteredBy}.{name} -- not {enteredByID}.{name}. For a project, this would be {convertedOpTaskOriginator}.{name}
my personal recommendation would be to use {owner}.{name} instead. This represents the primary contact for the request, so if your original requester leaves before something is done, and you need to transition it to another person, you're able to do that AND have it show up on custom forms. For a project, this would translate to {convertedOpTask}.{owner}.{name}
Views
Replies
Total Likes
you would use {enteredBy}.{name} -- not {enteredByID}.{name}. For a project, this would be {convertedOpTaskOriginator}.{name}
my personal recommendation would be to use {owner}.{name} instead. This represents the primary contact for the request, so if your original requester leaves before something is done, and you need to transition it to another person, you're able to do that AND have it show up on custom forms. For a project, this would translate to {convertedOpTask}.{owner}.{name}
Views
Replies
Total Likes
this was perfect.. appreciate the reply!
Views
Replies
Total Likes
Views
Likes
Replies