'How to add a custom filter to products dialog box of the opportunity products. dynamics365. Thank you very much for your answers in advance

I want to add a filter to products dialog box of the opportunity products .How can we add this for products dialog box in dynamics365. Thank you very much for your answers.

enter image description here



Solution 1:[1]

OK, try the following. Right-click on your project and select Properties. Go to C++ -> Advanced and change Show Includes as shown below:

enter image description here

This will show you all dependencies in order they are searched when the project is built. Search for verrsrc.h in the output window. You should be able to find a culprit. verrsrc.h should show in at least two places.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 JohnCz