We have a requirement to add my name as Administrator on all user’s Person document.As we have thousands of user so it would not be possible to manually do it.
Can you please advise if it can be automated and how (agent or script)
I have no knowledge of Development so please explain in layman language
thanks
Subject: Formula for updating Admin
Create an agent and set the Runtime Target to All documents in database.
In Document Selection, select the form “Person” using Add Condition.
In Action use the below code.
FIELD LocalAdmin := LocalAdmin : “Your name”
Your name should be in CANONICALIZED format.
This is not tested. So test it before executing it on the real names.nsf