ProjInvoiceProposalSplit_BR.isProjTransAnItem Method [AX 2012]
Returns if a transaction is a item or not.
private boolean isProjTransAnItem(ProjProposalTransMap_BR _projProposalTransMap)
Run On
CalledParameters
- _projProposalTransMap
- Type: ProjProposalTransMap_BR Map
Table map for project transactions that need to be split.
Return Value
Type: booleantrue 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: