Global::formJoinedRecord Method [AX 2012]
Finds the table buffer of the specified type that is (maybe indirectly) joined to the specified table buffer.
client server public static Common formJoinedRecord(Common _record, FormDataSource _joinedFormDataSource)
Run On
CalledParameters
- _record
- Type: Common Table
The base table buffer.
- _joinedFormDataSource
- Type: FormDataSource Class
The FormDataSource class to find.
Show: