FormerMember

Sage 50 SDK - Employee punch in and punch out time.

Posted By FormerMember

Hello,

Greetings !

I had just downloaded Sage 50 SDK and I am new to this system.. I am looking for the way to get punch in/Out i.e. employee check in and check out of company.

I tried to look for EmployeeLedger  class but didn''t find any such reference. It would be great help me to locate class name and its method name which can give me this info provided

I pass correct Employee ID. So i can code something like this. I need to use this information for majoring employee actual work time.

Employee ArrayEmployee[] = GetEmployeeDetails()

For each element in ArrayEmployee

Employee ID = ArrayEmployee[element]

Datetime Obj [] GetCheckinCheckOuttime(EmployeeID)

End for

Thanks for help.


Regards,

Jignesh.