hi all,
Item Master in Navision is common for both Sales and Purchase, it there any option to define the item as Sale item , or purchase item or Both. so that the same can be filter in Saler order ( any sales process) & purchase order ( any purchase process)
Cheers
Vijay
0
Answers
RIS Plus, LLC
u can use Security Filter for the sales items while assigning permissions for a user because sales people only will make sales orders. with this whenever sales people make sales orders only sales items will be visible to them. hope this answers ur question
Rajat.
RIS Plus, LLC
per default it's not possible. You must design this. No code needed (simple solution)
New field in Table Item "Use for" Option All,Sales,Purchase
These new field on Item Card / List
On table 37, 39, some other tables if nedded, modify the TableRelation of field "No." to
Condition Table Field Table Filter
Type=CONST(Item) Item Use for=FILTER(All|Sales)
Now you can sale only items of type all / sales in Sales order / Invoice.
But you must knwo, what you do ;-)
Regards