Changes:
- Show vacations only for currently logged in user (Previously, if you have access to other user's leave tracker you will see his days off as your vacation)
- Show only days off with Holiday and Sick type (Exclude 2hours short leave and others)
- Display leave type in calendar (Before was always Vacation, now Holiday or Sick)
ZohoPeopleClient
This C# library was also updated to v1.0.2. There are two new methods available in Fetch Record API:
public enum SearchColumn
{
EMPLOYEEID,
EMPLOYEEMAILALIAS
}
Task<List<dynamic>> IFetchRecordApi.GetByFormAsync(string formName, SearchColumn searchColumn, string searchValue);
Task<List<dynamic>> IFetchRecordApi.GetByViewAsync(string viewName, SearchColumn searchColumn, string searchValue);