/ Forums / Advansys Formativ / Creating Solutions with Formativ / Adding Custom Fields to ComposingItem

  • Creator
    Topic
  • #4356
    cgibbons
    Participant

      I’m trying to add some custom fields to a message, however I need to add them to the composing item, so when the user opens an appointment, they click a button to add custom fields, and they enter the fields.

      I’m able to do all that, the problem I am having is the GroupWise.ComposingItem doesn’t allow me access to the Fields.Add() property. Does anyone have any suggestions on how I can accomplish this?

    • Author
      Replies
    • #7921
      Support 3
      Participant

        ComposingItem is a Formativ wrapper around draft message. Draft message is the composing message which is not sent/saved. Its lets the developer to easily access the draft message properties.

        You need to use the native Object API to access the custom fields. Use the Client.ClientState.CommandMessage to access the message object which will allow to access the custom fields.

        set oMessage = Client.ClientState.CommandMessage

        Regards,
        Advansys Support

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