📚 SAP Business One SDK Help

CallMessage Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileImports data from an XML file to the object.
Public Method FromXMLStringImports data from an XML string to the object.
Public Method GetXMLSchemaRetrieves the XML schema of the data structure.
Public Method ToXMLFileCreates an XML file that represents the object's data.
Public Method ToXMLStringCreates an XML string that represents the object's data.

Public Properties

Public Property CallMessageArgumentsReturns the arguments of a single response message.
Public Property CreationDateSets or returns the date when the message is created.
Public Property CreationTimeSets or returns the time when the message is created.
Public Property ErrorCodeSets or returns an error type of a message (agreed between the request sender and receiver).
Public Property IDReturns the unique ID of a call message.
Public Property MessageBodySets or returns the content of the message.
Public Property StatusReturns the status of the response message: Read or Unread.
Public Property TypeReturns the type of the call message.

See Also