📚 SAP Business One SDK Help

ExternalCall 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 CallArgumentsReturns the arguments affiliated to the original request call.
Public Property CallMessagesReturns the response messages written back by the external application that processes the request call.
Public Property CategorySets or returns the category number defined between the request sender and receiver. The purpose for this field is to identify the type of the request call that a certain receiver may be interested in.

Field name: Category.

Public Property CreationDateReturns the date when the request call is created.

Field name: CreateDate.

Public Property CreationTimeReturns the time when the request call is created.

Field name: CreateTime.

Public Property IDReturns the unique identity number of the request call (auto-increment).

Field name: AbsEntry.

Public Property LastUpdateDateReturns the latest update date of the request call.

Field name: LstUpdDate.

Public Property LastUpdateTimeReturns the latest update time of the request call.

Field name: LstUpdTime.

Public Property LastUpdateUserCodeSets or returns the code of the last user that updated the request call.

Field name: UserSign.

Public Property StatusSets or returns the current status of the request call. The status is updated by the external application that processes the request call.

Field name: Status.

See Also