visual-studio-2015axaptadynamics-ax7dynamics-365-operationssysoperationframework

ExtensionOf RdlContract using SysOperation in AX7


I am trying to add a boolean filter field to a standard TaxTransDetailRdlContract using SysOperation framework.
I have made ExtensionOf[classStr()] classes of Controller, RdlContract and UIBuilder and I have no luck.
The main error for now is "The value "parmFilter" is not found in the map."
Anybody got the similar error and knows how to solve it?


Solution

  • For now the ExtensionOf[classStr()] is not supported.
    The class [className] extends [extensionClassName] should be used and the content of the class should be copy-pasted inside.
    Remember to attach all the needed referenced packages to your model.