Difference between SalesTable and SalesTable_ds

Hi,

Can anyone describe me in short what is the difference between the Datasource and Datasource_ds (i.e. SalesTable and SalesTable_ds)?

I have read books of AX 2009 but still this one is not clear to me correctly.

Thanks in advance.

Regards,

/Ashlesh

Table_ds is only form data source - which is the reference for formDataSource object.

You can access the methods of the formDataSource class by using this.

Like Allow delete, allow create, AllowEdit can be accessed by using this.

The Table is real data base table by using which you can access all the table methods and fields and you can do all the data manipulations.

Hi,

Thankyou kranthi. It is helpful to me to understand the basic concepts.

Regards,

/Ashlesh