- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 06:52 AM
Hi All,
I need help to crack the requirement, We need to achieve the requirement on below basis
Name field - Reference , Email - auto popup , Client ID- string , Deletion Process - String
So I can select multiple "Name" value , and then field other field
What ever I will select it will show like below
Name (Column1) Email (Columm2) Client Id (Column3). Deletion Process (Column4)
Jai ho jaiho@email.com. 123 Need to delete this record , in active
Ramji. ramji@email.com. 345 In active record
Mutli row variable, it's not working for me ?
Please let me know how to achieve the requirement ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 07:24 AM
I think below is the reason it's not showing for me ,
It will not wrap in the container, I checked I deactivated all containers, and then it started working :
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0862964
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2024 07:48 AM
Perfect. Please close the thread.
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
03-13-2024 08:26 AM - edited 03-13-2024 08:28 AM
yes the order of variable set should be align with order of other variables.
you can use the container start/end for other variables on the same form but keep the variable set ( MRVS ) out of container order or have a dedicated one,
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution