📚 SAP Business One SDK Help

EmployeeTransfer 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 EmployeeTransferDetailsReturns the EmployeeTransferDetails object.
Public Property StatusThe status of the employee transfer.

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 TransEndDateRepresents the date on which the data was sent or exported successfully.

Field name: TransEnd.

Public Property TransEndTimeRepresents the time at which the data was sent or exported successfully.

Field name: EndTime.

Public Property TransferIDThe unique ID of the transfer process; unique per company DB.

Field name: TransferID.

Length: 11 characters.

Public Property TransStartDateRepresents the transfer start date.

Field name: TransStart.

Public Property TransStartTimeRepresents the transfer start time.

Field name: StartTime.

See Also