This is a development question.
My problem: I have added Inventory dimensions control to a form, the functionality is available, but it does not save the record.
For a custom module I have a lines table that links to the InventTable with ItemId. My lines table also has relation to InventDim.
On my form (I used the BOMCalcTable form) as an example of how to add the InventoryDimensions control to a tabPage in my design.
Running the form, I can see the inventory dimensions tab, and the selections are available. The problem is that the values are not saved.
When I create multiple lines in my lines table, and select different inventory dimensions, it seems to save because when I click on the different lines I can see the dimensions I’ve set for the different lines and they are correct. However, the moment that I exit the form and go back into it again the selections I’ve made are gone.
What could be the problem, do I need to add code to use Inventory dimensions or is it like the Financial dimensions, where you can just add the control (provided that the control links to the correct datasource) and set the pattern?
Does InventoryDimensions control work differently than financialDimensions control?
*This post is locked for comments
I have the same question (0)