Share via


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

  • _dsNameGeneralJournalAccountEntry_W
    Type: str
    The name for the added GeneralJournalAccountEntry_W data source.

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.

See Also

Reference

GeneralJournalAccountEntry_W Table