Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to get follow-ups belonging to a series with CRMScript
Integer recurrenceId = 1; NSAppointmentAgent appointmentAgent; NSAppointment[] appointmentList = appointmentAgent.GetAppointmentRecords(0,recurrenceId); for(Integer i = 0; i < appointmentList.length(); i++) { printLine("ID: " + appointmentList[i].GetAppointmentId().toString() + "\t At: " + appointmentList[i].GetStartDate().toString()); }
motherId
Was this page helpful?