CustTable::findInvoiceAddressAccountFromParty Method
Finds the customer invoice account entry for a given party.
Syntax
client server public static CustTable findInvoiceAddressAccountFromParty(DirPartyRecId _partyRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _partyRecId
Type: DirPartyRecId Extended Data Type
The party RecID to find the customer invoice account entry.
- _forUpdate
Type: boolean
Whether the record should be select for update; optional.
Return Value
Type: CustTable Table
The customer invoice account for the given party RecID.