📚 SAP Business One SDK Help

MessageDataColumn Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFilemethod FromXMLFile
Public Method FromXMLStringmethod FromXMLString
Public Method GetXMLSchemaRetrieves the XML schema of the data structure.
Public Method ToXMLFileCreates an XML file that represents the object data.
Public Method ToXMLStringCreates an XML string that represents the object data.

Public Properties

Public Property ColumnNameSets or returns the column name in the message.

Field name: ColName.

Length: 30 characters.

Public Property LinkDetermines whether or not to display a Link button in the data column. For example, link to a specified invoice. If the Link property is set to tYES, the object type (Object) and document key (ObjectKey) must be specified in the MessageDataLine object.

Field name: Link.

Public Property MessageDataLinesSets or returns the MessageDataLines collection.

See Also