scottvonduhn
03/21/2024, 2:15 PMrecord.field_id
as a query parameter in the URL.
We are going through a large rebranding and everyone’s email address is changing. We have an external client that can call a Restlet which determines, based upon the input email, if an employee record exists with that email. We don’t change it automatically, because we don’t want to give the Restlet role Employee Edit permissions, so what we want instead is for it to generate an email with a clickable URL to be sent to an Admin group, so they can review and process them manually.
I would like to have the URL open the employee in edit mode AND automatically change the email address to the new one if possible, to speed things up and reduce copy-paste errors. It seems that the record.field_id
trick doesn’t work for editing an existing employee record. Is there any way to do it, or are we stuck copying and pasting from the email message?Nathan L
03/21/2024, 2:45 PMscottvonduhn
03/21/2024, 2:49 PMscottvonduhn
05/09/2024, 7:02 PM