Hello everyone,
I am currently migrating data from NAV to Business Central using RapidStart configuration packages. I have two questions.
---
**Question 1 - VAT Registration No. and Validate Field**
I need to import VAT Registration Numbers (VAT Registration No.) for the Customer table (T18). My data contains VAT numbers from various EU countries (FR, BE, DE, IT, ES, HU, etc.) but some of them have incorrect formats in the NAV source (wrong length, spaces, etc.).
When I apply the package with "Validate Field" checked on the VAT Registration No. field, BC rejects all non-conforming numbers silently — the field is left empty without any clear error message.
My plan is to:
1. Uncheck "Validate Field" on the VAT Registration No. field in my T18 package
2. Re-import the customers with a small update package (only primary key + VAT Registration No.)
3. Let the client correct the invalid formats manually after go-live
My questions:
1. Is it safe to uncheck "Validate Field" on VAT Registration No. for a migration? Are there any known side effects?
2. Is this the recommended approach when source data quality is poor on this field?
3. Does unchecking "Validate Field" completely bypass the country-specific format check, or does BC still validate partially?
---
**Question 2 - Contact duplicates during T5050 import**
When I imported my customers (T18), BC automatically created a contact for each customer. Then when I imported my NAV contacts file (T5050), BC detected duplicates because the same company names already existed as auto-created contacts.
BC prompted me with a popup for each duplicate asking whether to merge or keep as separate contacts. Since I had thousands of contacts, I checked "Ignore Table Triggers" on the T5050 package to bypass these popups and complete the import.
My questions:
1. Is checking "Ignore Table Triggers" the correct approach to handle this situation?
2. What are the risks of using this option during a contact import?
3. Is there a better recommended approach to handle duplicate contacts created automatically by BC during customer import?
Thank you for your help!