- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-28-2024 07:32 AM
Hi Team
Would you please any one assist me how to add this type of variable to my catalog item.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-28-2024 09:45 AM
Hi @dhineshkumar
You can try this
Create Rich Text Label:
Here's the HTML:
<p><span style="font-size: 10pt;"><strong>Please Note </strong></span> <span style="display: inline-block; width: 20px; height: 20px; background-color: #e74c3c; color: white; font-size: 10pt; text-align: center; line-height: 20px; border-radius: 50%; font-family: Arial, sans-serif;" title="Help">?</span></p>
<table style="border-collapse: collapse; width: 94.8687%; height: 82px; border: 1px solid black;"><colgroup><col style="width: 100%;"></colgroup>
<tbody>
<tr>
<td style="border: 1px solid black;"><span style="color: rgb(224, 62, 45); font-size: 10pt;">Emergency change must be a fix and it is the responsibility of the requester to escalate and obtain approval and resources for timely implementation. Reference SOP link at the bottom of the form for additional details </span></td>
</tr>
</tbody>
</table>
you will get like this :
"If you found my answer helpful, please give it a like and mark it as the accepted solution. It helps others find the solution more easily and supports the community!"
Thanks & Regards,
Barath.P

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-28-2024 07:48 AM
@dhineshkumar This can be implemented using Rich Text Label variable.
For more information, please refer to https://docs.servicenow.com/bundle/xanadu-servicenow-platform/page/product/service-catalog-managemen...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-28-2024 07:59 AM
@Sandeep Rajput
I want to make the rectangular box and inside the text.
Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-28-2024 08:15 AM
@dhineshkumar If you have such a requirement then you can use HTML type variable. The entire box can be rendered via HTML DIV and label.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-28-2024 06:48 PM - edited ā09-28-2024 06:48 PM
@dhineshkumar Isn't this what I already suggested. Looks like you were looking for a readymade solution without even trying what I recommended.