Incase item import messed up and needed to import new set with exact same name,
look for the item number in Item table and change the item number and encode name
update item set item_number='<<>>’,encode_name='<<>>’ where item_number='<<>>’;
Incase item import messed up and needed to import new set with exact same name,
look for the item number in Item table and change the item number and encode name
update item set item_number='<<>>’,encode_name='<<>>’ where item_number='<<>>’;