SuperOfficeDocs / superoffice-docs

Contains docs about SuperOffice products.
MIT License
6 stars 18 forks source link

[Bug]: CRMScript documentation out of date #1204

Closed SuperOfficeDevNet closed 3 weeks ago

SuperOfficeDevNet commented 1 month ago

Is there an existing issue for this?

Which content section have you found a bug in?

CRMScript

What kind of bug is it?

Missing info

What happened?

The new appointment feature adds new fields to the NSAppointmentEntity type, and the documentation does not contain these new properties.

// old, but still works appnt.SetDescription("");

// new hotness appnt.SetAgenda(""); appnt.SetInternalNotes(""); appnt.SetTitle("");

Anything else?

No response