Hello All,
In NAV 2013 R2, is it possible to block some users from posting to certain Divisions and Branched but allow others?
For example, I want only user X,Y and Z to be able to post transactions against DIV 00 and Branch 000.
Thanks.
Hello All,
In NAV 2013 R2, is it possible to block some users from posting to certain Divisions and Branched but allow others?
For example, I want only user X,Y and Z to be able to post transactions against DIV 00 and Branch 000.
Thanks.
Hi Rana,
the short answer is no. The long answer is no, but you can add some customization (and perhaps an existing AddOn) that implements this. Limiting the posting to certain values can be achieved with security filters, but not in this case (data structure problem). Also, security filters come with a performance hit. Better to add additional checks in the posting logic to achieve this.
with best regards
Jens
Hi Rana,
Yes, customization is required around your Table User Setup and on the call of Posting Function.
Thanks
Hi Rana,
Yes, customization is required around your Table User Setup and on the call of Posting Function.
Thanks