Column shown blank in list view in spite of having values

Shivani_singh
Tera Contributor

List view for "task_sla" table is showing "Assignment Group" column blank in spite of having value for assignment group.
Attached the screenshot.
How i can bring the assignment group value in the task_sla table.

19 REPLIES 19

How are you adding value to this? I understand that you're retrieving the assignment group value via the RITM in this field, but the dot-walk connection isn't working in the list view.

 
*************************************************************************************************************
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]

****************************************************************************************************************

If this is not the right way, then how should get the assignment group value in the task_sla table.

you need to get the Database view of task sla and RITM and then you can show the assignment group on RITM on task sla.

*************************************************************************************************************
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]

****************************************************************************************************************

Could you please me with that.
Not having much idea about Database view.

Hi @Shivani_singh 

 

A database view is where we can join two or more tables to retrieve results from both tables.

In PDI, you can view the out-of-the-box (OOTB) database views, and then, in a similar manner, you can create your own.

 

AGLearnNGrow_0-1736250700469.png

 

 

https://youtu.be/Q5dhh1bJQf0

 

https://www.servicenow.com/community/developer-blog/what-is-servicenow-database-view-create-servicen...

 

*************************************************************************************************************
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]

****************************************************************************************************************