📚 SAP Business One SDK Help

Message Object
See Also  Members 

Description

Message is a data structure related to the MessagesService. It includes properties related to the message content, such as subject, text, attached file, and attached data.

Source table: OALR.

Object Model





Remarks

The Message object replaces the Messages object. However, add-on that use the Messages object are valid. The major modification is in the way of attaching data to a message. That is, using the MessageDataColumn and MessageDataLine instead of AddDataColumn (Messages.

To display the form in the application:

  • From the main menu bar, click the Message/Alert Overview icon.

See Also