Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _record
Type: Common Table
The base table buffer.
- _joinedFormDataSource
Type: FormDataSource Class
The FormDataSource class to find.
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. |