How to remove no image icon for catalog item / categories in mobile view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2022 02:05 AM
Need to remove this no image icon from mobile app for catalog item or catalog categories
- Labels:
-
Now Mobile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2022 02:50 AM
Hi
You could look into the property glide.sg.image.default.sc_cat_item mentioned in this article to use a placeholder image when image is missing.
Taken from the article:
"You can specify an image on your instance as a placeholder for missing images. This image appears in your mobile apps when a record has an image field with an empty value, such as a user avatar or catalog item. You can select a different image to use for each table on your instance."
Follow step-by-step implementation for the same here : https://docs.servicenow.com/bundle/sandiego-mobile/page/administer/tablet-mobile-ui/task/set-default-missing-image.html
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Updating the system property "glide.sg.image.default.sc_cat_item" will affect the list of catalog items shown after selecting a category.
If you want to change the initial list of categories shown when the app loads, use the system property "glide.sg.image.default.v_st_sc_category" instead.
To remove images entirely and show only text, simply leave the "value" field empty in either system property. This will prevent any image from appearing in front of the category or item.