What is the permission required in role level to g...
# general
r
What is the permission required in role level to get access to employeestatus (Employee related List)?
s
Other list permission
r
Still having the same error while using suiteQL
Copy code
Search error occurred: Record 'employeestatus' was not found.
Working fine for admin role, this is the query.
Copy code
SELECT *
FROM employeestatus
Working fine now, apparently employee full was required in list tab, previously it was set to employee view only.