Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.