You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Unable to display images stored in the MCS Storage Collections, by providing the URI of the storage

edited Jul 27, 2017 7:00AM in Digital Assistant & Mobile 5 comments

Summary

Unable to display images stored in the MCS Storage Collections, by providing the URI of the storage collection

Content

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];

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!