Modifying user field

Kainelson
Level 2

Modifying user field

Screenshot 2024-11-21 at 10.36.27 AM.pngI was hoping to get some insight on how I could create a field that would show who the modifying user is when records are created. We have a number of pipelines used and when troubleshooting issues/data, I thought it would be really helpful to be able to pull lists by who the modifying user was rather than going one by one into records and checking their activity logs.

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Modifying user field

Not possible unless you

(a) write such a field as part of the API call
(b) call a process (e.g. webhook) when someone is created to loop back and read the source from the ActLog and write to a field
or
(c) run reports using the API