Hi,
We've had an issue in our database and we had lost custom data information from our parts.
I would like to be able to use a script to automatically insert the correct custom data on our parts dependant on their CID.
My scripting is not the best but something like this is what I am after can anyone help? Thanks.
Select item.cid
case 2
item.customdata[1]value. = "Rectangular Ductwork Galvanised"
item.customdata[2]value. = "1.1"
end select