Hi,
I have a custom radio button field and I want to create a calculated field that tracks the last time and the user who made changes to that field. I was already able to create a calculated field that tracks the last time and the value changes in the field. Thanks to this post - https://experienceleaguecommunities.adobe.com/t5/workfront-questions/custom-field-track-latest-date-...
Here is the current code for the calculated field that I managed to build:
Now, I need to add another piece of information to the same calculated field: the user or user ID who made the changes - without requiring them to enter their user information manually.
I would appreciate any insights on this matter. Million thanks!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Well done @AsiatulAmir,
To include the name of the currently logged in user, I suggest you add the following on a new line above the “ | “, line:
“ “, $$USER.name,
See here for a list of other such useful wildcards.
I also invite you to review the original Targeted Auditing post for more ideas and details.
Regards,
Doug
Well done @AsiatulAmir,
To include the name of the currently logged in user, I suggest you add the following on a new line above the “ | “, line:
“ “, $$USER.name,
See here for a list of other such useful wildcards.
I also invite you to review the original Targeted Auditing post for more ideas and details.
Regards,
Doug
Doug- if you'll forgive a silly question. I'm trying to use the $$USER.name wildcard in a similar calculated field, but I get an invalid custom expression error when including ".name". The $$USER wildcard works fine if I don't include ".name", but obviously a human-readable result would be preferable over the returned User ID. Am I missing something obvious?
Views
Replies
Total Likes
Possibly @Jeremy_Berquest,
If you post your formula attempt (and tag me using @Doug_Den_Hoed__AtAppStore) I'd be happy to take a look.
Regards,
Doug
Views
Replies
Total Likes
Views
Likes
Replies