I'm trying to customize a bunch of journals, but to start with I need to make a small addition to the Counting journal under Item Counting in the Inventory management module. This is in ax 2012.
When they create -> Item I need the dialog button to have a field for storage dimension groups
I've traced this down to InventCountCreate_base but when I add a field I get a FormBuildStringControl method called with invalid parameters. I know more will be required then just adding a field but I am trying to solve one problem at a time.
Is there a general guide I can follow to figure out how to modify this kind of object? Thanks