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.
Adds a data source for the LedgerJournalTrans_Error table.
Syntax
client server public static QueryBuildDataSource addDataSource(QueryBuildDataSource _parentDataSource, [JoinMode _joinMode])
Run On
Called
Parameters
- _parentDataSource
Type: QueryBuildDataSource Class
The data source for the LedgerJournalTrans table.
- _joinMode
Type: JoinMode Enumeration
The join mode for the new data source; optional.
Return Value
Type: QueryBuildDataSource Class
The data source added for the LedgerJournalTrans_Error table.
Exceptions
| Exception | Condition |
|---|---|
| Error | The parent data source is null or is not for the LedgerJournalTranstable. |