Skip to main content

Posts

Showing posts from February, 2024

ServiceNow group by disabled on new column in list view

ServiceNow group by disabled on new column in list view  https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0715905#:~:text=In%20a%20list%20view%20you,menu%20item%20is%20greyed%20out In a list view you cannot use the "Group by" functionality on columns if the String type if their maximum lenght is greater that 255 characters. The "Group by" context menu item is greyed out. workaround : There is a workaround for this issue, which involves adding the  can_group  attribute to the affected column of the table. Navigate to  System Definition > Dictionary  and access the record name you wish to edit Open the record and click on  Advanced View  under  Related Links . In the  Attributes  field, add ' can_group=true ' as the value of the  Attributes  field (without quotes) and save.