Hi all,
We recently implemented a pattern to show/hide master information to a specific user based.
We did it with Bank Accounts. Reference: https://medium.com/nareshwar-r/user-wise-filtering-in-any-master-tables-on-dynamics-nav-98f16ca5e21a#.xtsvuzpu3
What we used is the IsExist method on FlowFields on the Bank Account Table. Everything works fine.
We had the same requirement for Transactional Documents mainly Sales/Purchasing/Transfers, where only the user's location documents will be shown. I am able to handle Sales and Purchasing Documents since it has only one Location Code on its header.
But when handling Transfer Documents, the client asked to check both the Transfer-From and Transfer-To locations, and if any of the location is his location, then show the document to the user. I am unable to add filters with OR or XOR conditions. Please, advise me on this regard?
Any other solutions are also welcome. Thanks in advance :)
*This post is locked for comments