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 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. |