GeneralJournalAccountEntry_W::addDataSourceForBondBatchTrans_RU Method
Adds data sources to support the BondBatchTrans_RU field in the GeneralJournalAccountEntry_W table.
Syntax
client server public static QueryBuildDataSource addDataSourceForBondBatchTrans_RU(
QueryBuildDataSource _parentDataSource,
str _dsNameGeneralJournalAccountEntry_W,
[JoinMode _joinMode])
Run On
Called
Parameters
- _parentDataSource
Type: QueryBuildDataSource Class
The data source for the GeneralJournalAccountEntry table.
- _dsNameGeneralJournalAccountEntry_W
Type: str
The name for the added GeneralJournalAccountEntry_W data source.
- _joinMode
Type: JoinMode Enumeration
The join mode for the new data sources; optional.
Return Value
Type: QueryBuildDataSource Class
The data source added for the GeneralJournalAccountEntry table.
Exceptions
Exception | Condition |
---|---|
Error | The parent data source is null or is not for the GeneralJournalAccountEntrytable. -or- A data source name is an empty string or the two data source names are the same. |