How to show two images when caller is vip on form as well as on list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 10:15 PM
Hello All
i have requirement to show two images on incident table when the caller is vip i am trying to do by style on incident table on list field images are over lapping and inside the form images are not shown my condition is that both images should visible on list as well as on form
in community i tried solution but solution are working only on form not on list
your support highly appreciated
this i am trying
and i am getting on list below is the screen shot
these type overlapping
i am eagerly trying for solution but no luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 11:26 PM
Hi @dheeru_1994 ,
I tried your problem in my PDI and it works for me
You can right click on the field and click configure styles
Create new style record and add below code
Here's the code for CSS
background-image: url('10on.png');
background-repeat: no-repeat;
background-position: 98% 5px;
padding-right: 30px;
Note: The background image you chose it must be present in System UI < Images table. You can get the name from there
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 11:33 PM
i want two images to show there not one
sir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 11:38 PM
Hi @dheeru_1994 ,
Is this what you need ?
You can edit CSS like that
background-image: url('10on.png'), url('2on.png');
background-repeat: no-repeat;
background-position: 98% 5px;
padding-right: 30px;
background-position: right bottom, left top;
background-repeat: no-repeat, no-repeat;
padding: 15px;
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2024 12:01 AM
yes i want this type image should come one by one without space