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?
Asked
Active
Viewed 74 times
1

Jan B. Kjeldsen
- 17,817
- 5
- 32
- 50

Effy Sille
- 179
- 1
- 12
-
Could you [edit] into your question which standard contract you are trying to extend? – FH-Inway Aug 28 '18 at 21:10
1 Answers
0
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.

Effy Sille
- 179
- 1
- 12