/ 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

#7590
Support 3
Participant

    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