- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2022 08:10 AM
How to hide the checkbox variables in Ritm when they are unchecked and show only checked variables
It is showing all variables
can i know which catalog client script i should use
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2022 05:36 AM
Okay then in that case first revert the changes which I suggested above and make your Line number 10 look like below:
<div ng-if="variable.type !='7' || (variable.type =='7' && variable.display_value!='false')">
Now for your new requirement, update line number 25 as below:
<span ng-if="variable.type !='7'" ng-switch-default class="pre-wrap">{{::variable.display_value}}</span>
This is working as you need.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2022 05:36 AM
Okay then in that case first revert the changes which I suggested above and make your Line number 10 look like below:
<div ng-if="variable.type !='7' || (variable.type =='7' && variable.display_value!='false')">
Now for your new requirement, update line number 25 as below:
<span ng-if="variable.type !='7'" ng-switch-default class="pre-wrap">{{::variable.display_value}}</span>
This is working as you need.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2022 12:21 AM
Hi,
Use this article. It will help you for removing blank check form portal.
https://community.servicenow.com/community?id=community_question&sys_id=af4099b8dbe32450fb4ae15b8a9619f7
Thanks,
Sumit