Share via


CustInvoiceJour_RU::addDataSource Method

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.

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.

See Also

Reference

CustInvoiceJour_RU Table