Fetching Employee Data

Hi, i am trying to fetch data from Employee doctype. Fetching works perfectly when i logged in as Admin account. but its not working when i use my Employee account.
I already tried to fetch on Client Script and Fetch From field, Ignore User Permission already ticked.

Any idea without removing the User permission on employee? Thank you!

If you did it in the client script, did you use get_list or get_all?
Try calling a server script api that returns a get_all of employee doctype with ignore_permissions true.

Please check the video.