/ Forums / Advansys Formativ / Creating Solutions with Formativ / Flag if all all recurring appointments were accepted/deleted or not / Reply To: Flag if all all recurring appointments were accepted/deleted or not
May 14, 2006 at 5:26 pm
#7590
You need to check the Autodate properties for the appointment message. See below the sample code to check the properties using Object API and Token API:
Object API:
msgbox Client.clientstate.commandmessage.autodate
Token API:
msgbox groupwise.ItemGetAttribute(“X00”, iatAutodate)
Regards,
Advansys Support