ProjInvoiceProposalForm::setProposalProjFilterServer Method [AX 2012]

Serves as a helper method for the ProjInvoiceProposalForm, which needs to run on server for efficiency reasons.

server public static container setProposalProjFilterServer(ProjInvoiceProjId _projInvoiceProjId, ProjId _projId)

Run On

Server

Parameters

_projInvoiceProjId
Type: ProjInvoiceProjId Extended Data Type
_projId
Type: ProjId Extended Data Type

Return Value

Type: container
A container, which is a packed representation of the set that contains the results.

Make sure to unpack the result into a new client-side set.

Show: