LedgerJournalTrans_Error::addDataSource Method
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. |