HI guys i need urgently solve to this proplem in warehouse departement then item list i have two item category code sp ,flsh i want to create two useres 1- create user A this user can see sp and cannot see flsh 2- create user B this user can see flsh and cannot see sp i create role this role have object name : item then read,modify,delete, yes security filter to user A item category code sp then assign this role to user A and asenconize login and no any thing effects why please help me
*This post is locked for comments
I have the same question (0)The problem in most cases is, that the security filters are not working in a way you are expecting. E.g. when there is C/AL code working with the records, the sec. filter is ignored unless it is not set through special command in code.
And, you need to be sure, that there is no other role for the user having the same table with full read access.