CustInvoiceJour_W::addDataSource Method
Adds the data source for the CustInvoiceJour_W table.
Syntax
client server public static QueryBuildDataSource addDataSource(QueryBuildDataSource _custInvoiceJourDataSource, [JoinMode _joinMode])
Run On
Called
Parameters
- _custInvoiceJourDataSource
Type: QueryBuildDataSource Class
The data source for the CustInvoiceJour table.
- _joinMode
Type: JoinMode Enumeration
The join mode; optional.
Return Value
Type: QueryBuildDataSource Class
The data source for the CustInvoiceJour_W table.
Exceptions
Exception | Condition |
---|---|
Error | The _custInvoiceJourDataSource parameter is null or not from the CustInvoiceJour table. |