Filtering product lists per customer
A common customization to TradePoint is to change which products are being displayed depending on who the customer is. For example, having 2 or more product ranges which are available to different customer groups. The key to this is that all requests to the financial system automatically get the customer number passed along. This means that you can do the filtering on what products to return inside the financial system instead of doing it in TradePoint. Dynamics NAVIn MS Dynamics NAV you will need to modify the following codeunits:
LimitationsYou cannot use this kind of functionality together with the Top 10 listing at the start page as it is a cached query. To turn itoff, just edit the start page and there is a checkbox for it. |
Published by: Henrik Weimenhög / scriptserver.com
