when we apply group by location in incident form need to set null value of empty location
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 01:43 PM
When we apply group by location in list view of Incident table then instead of empty its showing gs.getUser().getLocation();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 02:22 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 02:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 02:51 PM
In this screenshot instead of gs.getUser().getLocation ,we expected the empty/Null
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 03:50 PM
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?