Intellisense in crmscript for new Appointment functions

lock
push_pin
done
Answered
2

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?

12 Jun 2024 | 11:27 AM

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

12 Jun 2024 | 01:39 PM
Thank you for answer, David!
12 Jun 2024 | 04:01 PM

Add reply