📚 SAP Business One SDK Help

EmployeeAbsenceInfo Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property ApprovedBySets or returns the person name that approves the absence.

Field name: approvedBy.

Length: 20 characters.

Public Property ConfirmerNumberSets or returns the employee's Confirmer Number.

Field name: cnfrmrNum).

This is a foreign key to the EmployeesInfo object.

Public Property CountReturns the total number of records in the table.
Public Property EmployeeIDSets or returns the employee ID, which SAP Business One generates automatically when adding a new employee.

Field name: empID.

This is a foreign key to the EmployeesInfo object.

Sets or returns the employee ID, which SAP Business One generates automatically when adding a new employee.

Field name: empID.

This is a foreign key to the EmployeesInfo object.

Public Property FromDateSets or returns the start date of the employee absence period.

Field name: fromDate.

Public Property LineNumReturns the current row number in the employee absence information list.

Field name: line.

Public Property ReasonSets or returns the reason for employee absence.

Field name: reason.

Length: 20 characters.

Public Property ToDateSets or returns the end date of the employee absence period.

Field name: toDate.

Public Property UserFieldsReturns the UserFields object.

See Also