- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 10:05 AM
Hi All,
I am in need to create a variable(105) in catalog that will contain a label , but that information is too large and also add condition if 104 is yes means visible , how can I add this variable ?
104 | Do you already have a company phone? | Choice (Boolean) | * | Radio buttons for 'Yes' or 'No', may trigger additional fields or processes. |
|
105 | label/information - | Label/Information |
| label/information - | if 104 = yes |
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 10:22 AM
Hi @suha2
and create a catalog UI policy
if 104 has value = Yes
then show 105 else no.
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-18-2024 10:13 AM
It's a simple requirement, you can do with more than solution.
1) Use Showfieldmsg function , use this with 104 field. Example
2) Use 'Label' or 'Rich text label' variables and write a simple UI policy and hide/show.
Both are simple. please explore.
Regards,
Musab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 10:51 AM
@suha2 I provided you two solutions but of course didn't want to spoon feed you on simple things. If my reply was helpful please accept my answer as correct or else ignore.
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 11:20 AM - edited 01-18-2024 07:08 PM
@Musab Rasheed I have done this simple requirement with simple solution . Thank you for your solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 10:31 PM
Ok great, Since I provided you inputs first hence I wanted to check if my solution can be accepted as well. Good luck!
Regards,
Musab