TaxRegistration::getTaxRegistrationFromCust Method

Retrieves the registration number for a specified customer from the TaxRegistration table.

Syntax

client server public static TaxRegistration getTaxRegistrationFromCust(
    CustAccount _custAcc, 
    TransDate _invoiceDate, 
    RecId _regTypeRecId)

Run On

Called

Parameters

Return Value

Type: TaxRegistration Table
The registration associated to the customer.

See Also

Reference

TaxRegistration Table