biuan SAP® BUSINESS ONE SDK
DTW Business Partners / Dunning Letters
API Message Data Columns / Message Data Column

Description

MessageDataColumn is a data structure related to the MessagesService. It enables to add one data column to the data columns collection. The MessageDataColumn object contains the title of the column and whether or not it includes a link to a document.

Source table: ALR2.

Object Model

Remarks

To display the form in the application:

  1. From the main menu bar, click the Message/Alert Overview icon.
  2. Select the Data tab.

See Also

SAP® B1 DI-API C# definition

public class MessageDataColumnClass : IMessageDataColumn, MessageDataColumn { public virtual string ColumnName { get; set; } public virtual BoYesNoEnum Link { get; set; } public virtual SAPbobsCOM.MessageDataLines MessageDataLines { get; set; } public extern MessageDataColumnClass(); public virtual extern void FromXMLFile( string bstrFileName); public virtual extern void FromXMLString( string bstrXML); public virtual extern string GetXMLSchema(); public virtual extern void ToXMLFile( string bstrFileName); public virtual extern string ToXMLString(); }

Related information


Message Data Lines MessageDataLines Collection
MessageDataLines is a collection of the MessageDataLine data structures.
   Parent: Message Data Column MessageDataColumn Object· Table: ALR2

Message Data Columns MessageDataColumns Collection
MessageDataColumns is a collection of MessageDataColumn data stractures. This enables to attache data to a message, such as invoice or quatation, that exits in the company database. The MessageDataColumns collection represents the columns of...
   Parent: Message Message Object· Table: OALR


SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates