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.
Updates the AccountTypeIdx index in the TaxRegistration_CA table to allow for duplicate records.
Syntax
public void allowDupTaxRegistration_CAAccountTypeIdx()
Run On
Server
Remarks
The BusinessNumber field is replaced with the new surrogate key field, the CompanyInfo field, in the unique AccountTypeIdx index.Initially this field contains no value. So the index is set to allow for duplicates before the field is updated with the value of the record ID field of the CompanyInfo table.After updating the surrogate key CompanyInfo field with the value of the record ID field of the CompanyInfo table, the AccountTypeIdx index is reset to disallow for duplicate records.