biuan SAP® BUSINESS ONE SDK
API Employee Transfer Detail

Description

EmployeeTransferDetail is a child object of the EmployeeTransfer object.

Represents the sub-record of an employee transfer to the payroll provider.

Source table: HET1.

See Also

SAP® B1 DI-API C# definition

public class EmployeeTransferDetailClass : IEmployeeTransferDetail, EmployeeTransferDetail { public virtual string Comment { get; set; } public virtual int EmployeeID { get; set; } public virtual EmployeeTransferProcessingStatusEnum Status { get; set; } public virtual DateTime TransferedDate { get; set; } public virtual DateTime TransferedTime { get; set; } public virtual int TransferID { get; } public extern EmployeeTransferDetailClass(); public virtual extern void FromXMLFile( string bstrFileName); public virtual extern void FromXMLString( string bstrXML); public virtual extern string GetXMLSchema(); public virtual extern void ToXMLFile( string bstrFileName); public virtual extern string ToXMLString(); }

Related information


Employee Transfer Processing Status Enum EmployeeTransferProcessingStatusEnum Enumeration
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.
   Parent: Employee Transfer Detail EmployeeTransferDetail Object· Table: HET1


SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates