- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2022 01:25 AM
I am unable to select multiple tickets and close them.
Usually I was able to select multiple tickets - and I would double click to change status. (even for only one)
Now, there is no option - stating "Security prevents writing in this field"
So the problem is two fold :
-
Cannot select multiple tickets.
2. Cannot change status by double clicking
I was able to do this before ServiceNow changed
PFA.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2022 01:49 AM
Hello
1) For the first issue can you check in your sys_properties.list table whether this below property is set to some value or not ?
glide.xmlutil.max_enitity_expansion
If the property is not there i would suggest to create a HI case as we did the same when upgrade happened and the suggestion from service now was to create this property with a value of 3000 and type as integer and we ended up in creating this property and giving value of 3000.
This property allows multiple editing in list view.
please check below link for more details on property
Even though i know this is the fix please raise a HI case to double check with service now.
2) And For the second issue please check if there are any list_edit type acls on your table and try debugging them .Usually list edits are controlled by list_edit type ACL's
Please mark my answer correct if it helps you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2022 01:49 AM
Hello
1) For the first issue can you check in your sys_properties.list table whether this below property is set to some value or not ?
glide.xmlutil.max_enitity_expansion
If the property is not there i would suggest to create a HI case as we did the same when upgrade happened and the suggestion from service now was to create this property with a value of 3000 and type as integer and we ended up in creating this property and giving value of 3000.
This property allows multiple editing in list view.
please check below link for more details on property
Even though i know this is the fix please raise a HI case to double check with service now.
2) And For the second issue please check if there are any list_edit type acls on your table and try debugging them .Usually list edits are controlled by list_edit type ACL's
Please mark my answer correct if it helps you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2022 11:26 PM
This is not a change via an upgrade or patch, so please consult you system administrator on why this has now been changed. The reason could very well be that too many people were mass updating tickets that had to be reverted or something like that.
If my answer helped you in any way, please then mark it as helpful.
Mark
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark