Conversion - Printed Name and terms is not converted when importing vendors

Issue No: AP-6369
Created 10/22/2018 9:42:22 AM
Type Bug
Priority Major
Status Closed
Resolution Fixed
Fixed Version 18.1
Description After importing vendors during AP conversion, we noticed that when looking up vendors, the Printed Name and freight terms field is blank in the main entity screen and the location printed name screen.   Requirements:   1. Data fix: Script to update all vendors printed name.   begin tran update tblEMEntityLocation set strCheckPayeeName = strLocationName, intFreightTermId = 3 from tblEMEntityLocation A inner join tblAPVendor B on A.intEntityId = B.intEntityId --where B.intEntityId = 4155 commit tran rollback tran     2. Program fix     !pastedImage_d106817_0.png!