문제

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