PSAContractLineItemsServer::shouldInvoiceLogBeSplit Method [AX 2012]

Check if a posting an invoice, should cause the record in PSAUnitsUpdateLog to split into two records.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          server public static boolean shouldInvoiceLogBeSplit(PSAContractLineNum _contractLineNum)

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static boolean shouldInvoiceLogBeSplit(PSAContractLineNum _contractLineNum)

Run On

Server

Parameters

_contractLineNum
Type: PSAContractLineNum Extended Data Type
The billing rule, which you want to check for the split.

Return Value

Type: boolean
true, if the billing rule has a split; otherwise, false.
Show: