I 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.
Solved! Go to Solution.
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
Any recommendation on which process is the easiest to implement?
The first is the easiest if you can alter the app to populate an additional field.
The second is what I would use, because it works regardless of whether you have access to the app code.