Unable to display images stored in the MCS Storage Collections, by providing the URI of the storage
Summary
Unable to display images stored in the MCS Storage Collections, by providing the URI of the storage collectionContent
Unable to display images stored in the MCS Storage Collections, by providing the URI of the storage collection. Please help me with this requirement. I had earlier tried to do a workaround, but then, now I need to retrieve images for a list of items that are obtained in a JSON, I tried doing this, using the below,
for (var index = 0; index < itemsJson.length; index++){
itemImgName = itemsJson[index].itemPartNumber + ".png";
console.fine("Image Name to be searched " + itemImgName );
item = itemsJson[index];
1