SC - Change Product Code E01 to E10

Issue No: MFT-1428
Created 7/16/2019 10:38:25 AM
Type Feature
Priority Major
Status Closed
Resolution Fixed
Fixed Version 19.1
Description Use this script to change SC Product Code "E01" to "E10". Please run this in the RODB.     --script   UPDATE pc SET pc.strProductCode = 'E10' FROM tblTFProductCode pc INNER JOIN tblTFTaxAuthority ta ON pc.intTaxAuthorityId = ta.intTaxAuthorityId WHERE strTaxAuthorityCode = 'SC' AND pc.strProductCode = 'E01'