Hi
I have to add the field InventDimId to the serial number table (InventSerial) and also add the InventDim table as a datasource to the InventSerial form using extensions. I have found a blog post (ievgensaxblog.wordpress.com/.../ax-7-extending-forms-using-form-parts) about using a form part to connect from the InventSerial datasource to the data in the new form so that I can avoid the super() call on the create method of the InventDim datasource.
The issue I am having is that when I press the edit button to edit InventSerial record none of the InventDim fields become editable. Is this possible ? Does anyone know of an existing form extension where this has been done?
Thanks,
Joe
*This post is locked for comments