ProjInvoiceProposalSplitPSA_BR.isProjTransAnItem Method [AX 2012]
Returns if a transaction is a item or not.
private boolean isProjTransAnItem(PSATmpProjProposalTrans _tmpProjProposalTrans)
Run On
CalledParameters
- _tmpProjProposalTrans
- Type: PSATmpProjProposalTrans Table
Temporaty table for proposal lines 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: