Using crmscript online, the new functions for Appointment is missing in Intellisense.
AppointmentEntity.GetTitle();
AppointmentEntity.GetAgenda();
AppointmentEntity.GetInternalNotes();
Is there further more a way to get these in a none-html version?
All Replies (2)
Hi Kasper, they where actually just added in the documentation, so I assume they will show up in a upcoming version (see here: https://github.com/SuperOfficeDocs/superoffice-docs/pull/1219)
For converting html to plain text, you can use the htmlConvToText global CRMScript method