_setField
Sets a field in an appointment
Parameters
id
The appointment id
fields
Form field to set
Example
FM_api('Appointment_setFields', ['id'=>'48', 'fields'=>'{"3.4 Key Areas of Identified Risk":"EDITED"}']);
On Success
"{"ok":1}"
Last updated