ProjectSourceDocumentLineItemHelper::billingCode Method [AX 2012]
Retrieves the CustBillingCode record of the source document line item.
client server public static CustBillingCode billingCode(SourceDocumentLineItem _sourceDocumentLineItem, [boolean _forUpdate])
Run On
CalledParameters
- _sourceDocumentLineItem
- Type: SourceDocumentLineItem Class
The source document line item.
- _forUpdate
- Type: boolean
A Boolean value that indicates whether the record should be selected for update; optional.
Return Value
Type: CustBillingCode TableThe CustBillingCode record of the source document line item.
Show: