I have problem when i assign security filter to read specified item it work on level of item form
but when i open purchase order it give error you don't have permission to read item table .
why this error give.
i make security filter as following
ALL
test
ALL (have all tables on by one and have all permission to read write modify delete)
data table number read modify delete
table 0 read modify delete
form 0 read modify delete
report 0 read modify delete
test(have item table only as following)
data table 27 item read modify delete item category code = sp
0
Comments
you need to assign 'Execute Permission" for item table.
Regards
Arindom
test ca :
Table Data 27 Item Yes Yes Yes Yes Yes Item: Item Category Code=ICE
ALL :
Table 0 Yes Yes Yes Yes Yes
Form 0 Yes Yes Yes Yes Yes
Report 0 Yes Yes Yes Yes Yes
Dataport 0 Yes Yes Yes Yes Yes
Codeunit 0 Yes Yes Yes Yes Yes
XMLport 0 Yes Yes Yes Yes Yes
MenuSuite 0 Yes Yes Yes Yes Yes
Page 0 Yes Yes Yes Yes Yes
AND All data table from 3 until 99999 on by one without data table item because i put in another role separate
http://www.mediafire.com/?50fhoay1332a26n
please help me
thanks
Please remove security filter from item table permission.
please help me
Open table 2000000005 and find table we want to grant access, make sure user type has been granted before read/write table
You can try following steps to resolve this issue:
First, remove the security filter.
Then make sure that the order the user has last displayed does not include items outside the security filter.
Finally apply the security filter.
Pargesoft
please help me.
please help me
Let's think there are 2 orders. Order 1000 and 1001.
Order 1000 has 1 line and the item no is 200 and it's category code is AB
Order 1001 has 1 line and the item no is 300 and it's category code is DE
Your security filter is Item Category Code=DE
If the latest record displayed by user is 1000 then system will try to open order 1000 which has an unavailable item. This will cause a permission error.
If the latest record displayed by user is 1001 then system will try to open order 1001 which has an available item. So the user can open the card and can navigate between the records he has permissions.
Hope this clarifies.
Pargesoft
A
B
AND have 5 items category Sp,WA,DE,Sm,lm
now i need A see item Sp,DE
AND i need B see item WA,Sp
which permission i can make to two users to see specified item category in sales order?
thanks
Pargesoft
Pargesoft
so that solve the problem is to access the item table with indirect access .
but i don't know what meaning indirect access and how i can make
this solution found in this link point number 3
http://www.navision-girl.com/2007/02/se ... urity.html
please help me in this point
thanks
I recommend you to read documentation and if you require, search this subjects in this forum or other net resources. (These questions are asked and replied many times.)
Indirect Access means accessing an object by an another object. In your case you access Item table by Sales Line table so Indirect Access is sufficient. But I assume you already give permission to the Item table so this shouldn't be the case.
Pargesoft
you can do that only if your security filter field is one of primary or secondary key for table you use.