ProjProposalJour.querySalesTable Method

Builds a query to retrieve all the sales orders attached to the item transaction lines on the invoice proposal journal.

Syntax

public Query querySalesTable([boolean _checkApprove])

Run On

Called

Parameters

  • _checkApprove
    Type: boolean
    A Boolean value that determines whether to only retrieve sales orders for an approved invoice proposal journal; optional.

Return Value

Type: Query Class
The query to retrieve sales orders attached to item transactions on the invoice proposal journal.

Remarks

The query is built to filter out duplicate sales orders.

See Also

Reference

ProjProposalJour Table