I need to enable the filters section of the Add Products form (RetailAddProducts) when called from a Purchase Order Form. This feature is only native to Retail Catalogs as I understand it but I need to bypass this. Is this possible? If so how would I go about making this adjustment? I am still a fresh developer when it comes to Dynamics.

Thanks in advanced!

有帮助吗?

解决方案 2

I was able to override it by modifying the checkAndAddHierarchy method and adding some extra logic. Thanks for the pointers though.

其他提示

You will most likely have to change the ConfigurationKey of various elements to expose the function. This may include menu items, tables and fields of the feature.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top