FromXMLFile | Imports data from an XML file to the object. |
 FromXMLString | Imports data from an XML string to the object. |
 GetXMLSchema | Retrieves the XML schema of the data structure. |
 ToXMLFile | Creates an XML file that represents the object's data. |
 ToXMLString | Creates an XML string that represents the object's data. |
 CallArguments | Returns the arguments affiliated to the original request call. |
 CallMessages | Returns the response messages written back by the external application that processes the request call. |
 Category | Sets 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. |
 CreationDate | Returns the date when the request call is created.
Field name: CreateDate. |
 CreationTime | Returns the time when the request call is created.
Field name: CreateTime. |
 ID | Returns the unique identity number of the request call (auto-increment).
Field name: AbsEntry. |
 LastUpdateDate | Returns the latest update date of the request call.
Field name: LstUpdDate. |
 LastUpdateTime | Returns the latest update time of the request call.
Field name: LstUpdTime. |
 LastUpdateUserCode | Sets or returns the code of the last user that updated the request call.
Field name: UserSign. |
 Status | Sets 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. |
Â
Â