
Hi Experts,
I want to add a custom field to a dialog form. For this, I have created a table extension for Product table and added field to a field group to ProductType.
I need this field on Create product dialog, so I created an extension for this form.
This form doesn't have any data source.
How can I add my custom field to the form?
Hi Priyank,
You can add a new unbound form control. There is logic called to copy the values from all unbound controls to tables. When clicking 'OK' the form method 'write()' will be executed which manages the execution of all the logic. You can extend this logic.