- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2023 10:40 PM
Is there any way to change the description and picture when select from a "Select Box"? Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2023 11:11 PM
We can't change the description & picture of catalog item dynamically as it will modify the database & affect for all.
We also have similar requirement , we have implemented with alternate solution to it :
Instead of changing the description we have created Rich text label variable for each choices and shown it to end user.
Step 1 : Created select box
Choices - 1.choice_1
2.choice_2
Step 2 : Create rich text label for each choice and added image & description into it.
=============================================
Step 3 : Written UI policy to hide & show rich text label depending upon select choices
Output :
Hope this helps...!!!
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
‎10-03-2023 11:11 PM
We can't change the description & picture of catalog item dynamically as it will modify the database & affect for all.
We also have similar requirement , we have implemented with alternate solution to it :
Instead of changing the description we have created Rich text label variable for each choices and shown it to end user.
Step 1 : Created select box
Choices - 1.choice_1
2.choice_2
Step 2 : Create rich text label for each choice and added image & description into it.
=============================================
Step 3 : Written UI policy to hide & show rich text label depending upon select choices
Output :
Hope this helps...!!!
ServiceNow Developer
I know one thing, and that is that I know nothing.
- Socrates