UseTimeDataToCreatePaychecks Property
Payroll property: Indicates whether time data is used to create paychecks for this employee.
Syntax
__property TiqbEmployeeUseTimeDataToCreatePaychecks UseTimeDataToCreatePaychecks = {read=FUseTimeDataToCreatePaychecks, write=FSetUseTimeDataToCreatePaychecks, default=0};
enum TiqbEmployeeUseTimeDataToCreatePaychecks { tdNotSet=0, tdUseTimeData=1, tdDoNotUseTimeData=2 };
Default Value
0
Remarks
Indicates whether time data is used to create paychecks for this employee.
Data Type
Integer