Modifying user field | Adobe Higher Education
Skip to main content
Level 2
November 21, 2024
Respondido

Modifying user field

  • November 21, 2024
  • 3 respostas
  • 1104 Visualizações

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.

Este tópico foi fechado para respostas.
Melhor resposta por SanfordWhiteman

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

3 Respostas

SanfordWhiteman
Level 10
November 21, 2024

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

Level 2
December 2, 2024

Any recommendation on which process is the easiest to implement? 

SanfordWhiteman
Level 10
December 2, 2024

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.