28.01.2011, 23:14 | #1 |
Участник
|
axzaptech: Working with Multiple Datasource on a single Form
Источник: http://axzaptech.wordpress.com/2010/...a-single-form/
============== Today we will discuss how we can display records from multiple datasources in a single form. Data sources on a form allow the form to display the data from the table specified on the data source. A table in a data source can be sorted and filtered by the user, which is an important feature of Microsoft Dynamics AX. Forms can have multiple data sources, and each data source can be joined to another data source on the form using the defined relations between the tables. Relations or Dynalinks can also be added in the form code. A form data source produces a query that can be manipulated in the same way as any other query in the system. If you wish to display records from two tables on one form, you can limit the records in one of the tables to the related records in the other table. You can do this by specifying a join between the two tables. The join is specified on the JoinSource property of the second or joined table. Here you should enter the data source name of the main data source. You can also specify the type of join. The following table describes the types of join available:
Источник: http://axzaptech.wordpress.com/2010/...a-single-form/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|