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 QueryBuildDataSource object for the CustInvoiceJour_RU table that is joined to the QueryBuildDataSource object that contains the CustInvoiceJour table.
Syntax
client server public static QueryBuildDataSource addDataSource(QueryBuildDataSource _custInvoiceJourDataSource, [JoinMode _joinMode])
Run On
Called
Parameters
- _custInvoiceJourDataSource
Type: QueryBuildDataSource Class
The QueryBuildDataSource object that contains the CustInvoiceJour table.
- _joinMode
Type: JoinMode Enumeration
A value that determines the JoinMode value of the join.
Return Value
Type: QueryBuildDataSource Class
The QueryBuildDataSource object for the CustInvoiceJour_RU table.
Exceptions
Exception | Condition |
---|---|
Error | No QueryBuildDataSource object is provided for the CustInvoiceJour table. –or– The QueryBuildDataSource object that is provided is not related to the CustInvoiceJour table. |