CustInvoiceTableSymbol::findFromCustInvoiceTable Method
Finds a CustInvoiceTableSymbol record by using the specified CustInvoiceTable record.
Syntax
client server public static CustInvoiceTableSymbol findFromCustInvoiceTable(RecId _custInvoiceTableRecId, [boolean _update])
Run On
Called
Parameters
- _custInvoiceTableRecId
Type: RecId Extended Data Type
The record ID of the CustInvoiceTable record to use to perform the lookup.
- _update
Type: boolean
A Boolean value that indicates whether to select the record for update.
Return Value
Type: CustInvoiceTableSymbol Table
The CustInvoiceTableSymbol record that is found.