when we apply group by location in incident form need to set null value of empty location

Pratiksha05
Tera Contributor

When we apply group by location in list view of Incident table then instead of empty its showing gs.getUser().getLocation();

 

4 REPLIES 4

Brad Bowman
Kilo Patron
Kilo Patron

That is not out of box behavior.  What version & patch are you on? On the list layout, is the location field (from the task table) selected, or is it dot-walked from another field?  If you view one of the incident records that has an empty location, does it appear empty on the form?  Do you have anything in the Default Value on the Dictionary Entry, or on the Dictionary Override record for incident, if you have one?

IMG_20240928_031520.jpg

In this screenshot instead of gs.getUser().getLocation ,we expected the empty/Null

Empty is what I see in my instances and PDI, and what should be expected.  Did any of my questions lead to where this code is coming from?