Hi,
I am new to AX. Have completed AX Development Introduction certification.
I want to call a form from Sales quotation table. The called form is having two grids linked to two tables. Both the tables having value of Sales Quotation ID. Whenever new record is created i want to insert the sales quotation ID as default values in both the tables.
When I call the new form (with two grids) froms sales quotation form how can I filter the data for the specific quotation ID ?
Can anyone help me ?
-Murugan
0
Comments
in table's method initValue() define your new value, sample you can find in BankGroup
in this case you should define range on datasource in form, see form Address