How to filter data source in the called form ?

murugan71murugan71 Member Posts: 2
edited 2008-06-27 in Dynamics AX
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

Comments

  • MikerMiker Member Posts: 105
    i want to insert the sales quotation ID as default values in both the tables
    You can do next :
    in table's method initValue() define your new value, sample you can find in BankGroup

    how can I filter the data for the specific quotation ID
    in this case you should define range on datasource in form, see form Address
    going to Europe
Sign In or Register to comment.