📚 SAP Business One SDK Help

EmployeeTransferDetail Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property CommentAny comment. For example, B1iSN would report error details here.

Field name: Comment.

Public Property EmployeeIDThis is a foreign key to the EmployeesInfo object.

Field name: empID.

Public Property StatusThe 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.

Public Property TransferedDateRepresents the date that the data have been sent or exported successfully.

Field name: Transfered.

Public Property TransferedTimeRepresents the time that the data have been sent or exported successfully.

Field name: TransTime.

Public Property TransferIDThis is a foreign key to the EmployeeTransfer object.

Field name: TransferID.

See Also