/ Forums / Advansys Formativ / Creating Solutions with Formativ / Adding Custom Fields to ComposingItem / Reply To: Adding Custom Fields to ComposingItem
November 25, 2007 at 2:01 pm
#7921
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