📚 SAP Business One SDK Help

Messages Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a record to the object table in SAP Business One company database.
Public Method AddDataColumnLinks a business object to your message.

Public Properties

Public Property AttachmentEntrySets or returns the identification key of the attachment file, as assigned by SAP Business One when adding an Attachment Entry to alert message.

Field name: AtcEntry.

Public Property AttachmentsReturns the Attachments object.
Public Property MessageTextSets or returns a memo type string that specifies the message text.

Field name: MsgData.

Length: 64,000 characters.

Public Property PrioritySets or returns a valid value that determines the message priority.

Field name: ).

Public Property RecipientsReturns a Recipients object, which specifies the recipients of this message.
Public Property SubjectSets or returns the message subject.

Field name: Subject.

Length: 50 characters.

See Also