Global::formJoinedRecord Method [AX 2012]

Finds the table buffer of the specified type that is (maybe indirectly) joined to the specified table buffer.

Syntax

client server public static Common formJoinedRecord(Common _record, FormDataSource _joinedFormDataSource)

Run On

Called

Parameters

Return Value

Type: Common Table
The found record or Common if nothing was found.

Exceptions

Exception Condition
Error

An exception is thrown if the _record parameter is not referencing a FormDataSource object.

An exception is thrown if the _joinedFormDataSource is null.

See Also

Reference

Global Class