Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2024-10-21 03:40 PM - edited 2024-10-21 03:41 PM
I have a scenario where I need to display the previous username of a record permissions field after it's been updated. I have created two record permissions fields, one for the Current Value which is Manual and updated periodically by users. The other field is for the Previous Value of the record permissions field. The logic below has worked for me to capture previous values for Text fields but I am having trouble getting this to work with record permissions fields since trying to convert the RP to text only returns the User ID rather than the user's first name and last name.
This is what I have setup in the past.
I put them in this calculation order which worked to capture previous values for Text Fields.
Is there a way I can create a calculated text field that converts the User ID into First Name + Last name then just use the logic above to set this up? Does anyone have any solution to this?
2024-10-22 01:51 AM
Custom Code is the only option to get a Username from a Record Permission into Textfield
2024-10-29 04:02 PM
I found another solution using data feeds and 2 User/Group fields. One to capture current value and one to capture previous value.