Location showing empty on incident listview

Vinod S Patil
Tera Contributor

Hello Everyone

In incident list view for some incidents location is empty but location value present in form view.

Please suggest

@Dr Atul G- LNG 
@Community Alums 

2 ACCEPTED SOLUTIONS

swathisarang98
Giga Sage
Giga Sage

Hi @Vinod S Patil ,

 

Check all below possibilities, 

If the data is not saved  in the database it will look empty in the list view, so once you load the form or open form try saving it and then go to list view and check,

 

Or 

the data might be populating through business rule and current.update() is not included 

Support article,

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0725733 

 

if the field is reference check below article,

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0758245 

 

Please mark this comment as Correct Answer/Helpful if it helped you.

Regards,

Swathi Sarang

View solution in original post

Robbie
Kilo Patron
Kilo Patron

Hi @Vinod S Patil,

 

Believe it or not, this is not uncommon and typically seen when a field is populated on load or has a default value however the record has not been saved since the the onLoad Script or Default field logic has been implemented.

 

A great way to check this is to open one of the records which displays an empty value in the list view yet has a value when you open the record on the form.

At the top of the record (In the form view), right-click to pop up a menu and click on 'View XML' - this will show you what is actually stored at the DB level of the record at the time. If you see that the location field is empty in the XML but visible on the form, this means the record has indeed not been updated since the logic / default value has been set.

You may need to create a fix script to handle these records to ensure historical records reflect current data logic.

 

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

View solution in original post

10 REPLIES 10

swathisarang98
Giga Sage
Giga Sage

Hi @Vinod S Patil ,

 

Check all below possibilities, 

If the data is not saved  in the database it will look empty in the list view, so once you load the form or open form try saving it and then go to list view and check,

 

Or 

the data might be populating through business rule and current.update() is not included 

Support article,

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0725733 

 

if the field is reference check below article,

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0758245 

 

Please mark this comment as Correct Answer/Helpful if it helped you.

Regards,

Swathi Sarang

@Vinod S Patil Thanks for marking my answer as helpful. If it helped you in any way please accept the solution so that it will be beneficial to the future readers with the same query.

Community Alums
Not applicable

Hi @Vinod S Patil ,

Can you check if you have any business rules being executed on that field, to populate it only in specific cases?

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Vinod S Patil 

 

Could you please share some screen shot of record and the list view. There can be many reasons.

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

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