I want to open an appointment-prompt, after a sale has been saved, using a crm-trigger in SuperOffice Online.
I've tried to use the function setNavigateTo on the EventData-object, with the following soprotocol string:
EventData ed = getEventData();
ed.setNavigateTo("soprotocol:appointment.main?appointment_id=<some existing appointment ID>");
- By setting appointment ID to 0, I open a 'new appointment'. Is there a way to pre-set data on this appointment?
- This way of opening the appointment prompt is giving me an unintented bug. See this THREAD for details.
Am I doing it all in the wrong way in general?