FromXMLFile | Sets the object's properties using data from an XML file.
The XML file can be created using the object's ToXMLFile method. |
FromXMLString | Sets the object's properties using data from an XML string.
The XML string can be created using the object's ToXMLString method. |
GetXMLSchema | Returns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods. |
ToXMLFile | Creates an XML file that represents the object. |
ToXMLString | Creates and returns an XML string that represents the object. |
Comment | Any comment. For example, B1iSN would report error details here.
Field name: Comment. |
EmployeeID | This is a foreign key to the EmployeesInfo object.
Field name: empID. |
Status | The status of the employee transfer processing.
When you add a new transfer, SAP Business One sets the status to New. B1iSN updates the status during the processing. Field name: Status. |
TransferedDate | Represents the date that the data have been sent or exported successfully.
Field name: Transfered. |
TransferedTime | Represents the time that the data have been sent or exported successfully.
Field name: TransTime. |
TransferID | This is a foreign key to the EmployeeTransfer object.
Field name: TransferID. |