ProjInvoiceProposalSplit_BR.isProjTransAnItem Method [AX 2012]

Returns if a transaction is a item or not.

private boolean isProjTransAnItem(ProjProposalTransMap_BR _projProposalTransMap)

Run On

Called

Parameters

_projProposalTransMap
Type: ProjProposalTransMap_BR Map
Table map for project transactions that need to be split.

Return Value

Type: boolean
true when sales type is an item requirement (all item requirements are services) or for other sales types, method returns true just when item type is Service.
false if the transaction is associated with a service.

Community Additions

ADD
Show: