Global::getJoinChildFormDataSource Method [AX 2012]
Retrieves the joined child form data source for the specified form data source.
client server public static FormDataSource getJoinChildFormDataSource(
FormDataSource _dataSource,
TableId _childTableId,
[int _occurence])
Run On
CalledParameters
- _dataSource
- Type: FormDataSource Class
A form data source.
- _childTableId
- Type: TableId Extended Data Type
An ID of the table of the joined form data source.
- _occurence
- Type: int
An occurrence of the table form data source.
Show: