Trying to copy picture field to icon field in sc_catalog_item table
i am trying to copy picture field to icon field in sc_catalog_item table.i have written below script but it is not copying all the catalog item, some were left. var picUpdate = new GlideRecord("sc_cat_item");picUpdate.query();while(picUpdate.next()){...