📚 SAP Business One SDK Help

MessageDataLine 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 ObjectSets or returns the object type that is linked to the message. For example, 13 for A/R invoice.

Mandatory in case Link (MessageDataColumn) is set to tYES.

Field name: ObjType.

Length: 20 characters.

Public Property ObjectKeySets or returns the object key that is linked to the message. For example, a document identification key.

Mandatory in case Link (MessageDataColumn) is set to tYES.

Field name: KeyStr.

Length: 254 characters.

Public Property ValueSets or returns the value of the cell in the Data table (represented by the column index and line index).

Field name: Value.

Length: 254 characters.

See Also