- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2024 09:17 PM
Hi All,
Can we display a message above the catalog variable similar to form's annotation info box Red/Blue(Eg: Annotation message above the planned start date in schedule section of change request )
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2024 12:29 PM
Hi @learn nv,
The g_form API is available on catalog items.
Simply use the same syntax as you would for native forms such as as on the incident table. Example below:
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Helpful.
Thanks, Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2024 09:41 PM
Hello @learn nv
Unfortunately not....As we don't have annotation for catalog item
But you can use 'Rich text label' type variable and hide/show based on your requirement.
like below :
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2024 10:37 AM
Hi @learn nv
We can add only
or as suggested by @Vishal Birajdar use Rich Text.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2024 12:29 PM
Hi @learn nv,
The g_form API is available on catalog items.
Simply use the same syntax as you would for native forms such as as on the incident table. Example below:
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Helpful.
Thanks, Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 04:40 AM
Hi @learn nv,
Did you see my earlier response, solution, and screenshot?
The g_form API is available on catalog items.
Simply use the same syntax as you would for native forms such as as on the incident table. Example below:
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Helpful.
Thanks, Robbie