Set appointment.agenda_text and appointment.internal_notes_text in a script

lock
push_pin
done
Beantwortet
1

Hi,

with the NSAppointmentEntity method setDescription I can set the titel of an appointment.

In the new appointment dialoge I have some more text-fields to set: agenda and internal_notes.

Is there a similar method for setting these text-fields?

BR

Ulli

8. Apr. 2024 | 08:14 AM

Alle Antworten (1)

They are there (on NSAppointmentEntity), specifically:

SetInternalNotes/GetInternalNotes

SetAgenda/GetAgenda

But the CRMScript reference with regards to NetServer hasn't been updated for a while, so these methods are missing from intellisense. I have reported this as a bug (for a different method but same underlying issue) last week:

https://community.superoffice.com/en/product-releases/bugs-wishes/product-issue/?bid=54914&azure=1

12. Apr. 2024 | 02:02 PM

Antwort hinzufügen