- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2017 11:42 PM
Hi,
We need to hide certain catalog item from a catalog when it is shown in service portal. Instead of making "Active==false" in maintain items, how to hide it from the widget.
I'm using a "catalog content" widget to show the items in a catalog.
Please help us with a solution.
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2017 09:39 PM
Hi Nawaz,
I have used "nameINabc,xyz" to achieve this.Thank you so much for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2017 05:08 AM
Hi Nawaz,
It is working for var query="name=abc". But when we give for 2 values (var query="name=abc^name=xyz";) its not working as expected.
Here I changed the code to show only items which need to view. But then we couldn't make the both the items to be viewed. Can you help us with that.
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2017 05:13 AM
use this for showing:
name=abc^ORname=xyz
please hit correct if it solved or helpful if it helped...
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2017 09:39 PM
Hi Nawaz,
I have used "nameINabc,xyz" to achieve this.Thank you so much for your help