/ Forums / Advansys Formativ / Creating Solutions with Formativ / Flag if all all recurring appointments were accepted/deleted or not

  • Creator
    Topic
  • #4245
    griesserag
    Participant

      Hello

      When I receive or delete a recurring appointment I can select if I want to accept/delete all appointments or only the one I’ve got currently open. How can I find out in the OnAccept/OnDelete event which option I selected?

      Thanks

    • Author
      Replies
    • #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

      Viewing 1 replies (of 1 total)
      • You must be logged in to reply to this topic.