Unable to set field 'comments' to value "Test ATF". Field comments is not editable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2023 06:19 AM
Hi All,
I am having 1 test step to update comments when Re-open incident UI Action is clicked. Step number 6 is getting failed.
Unable to set field 'comments' to value "Test ATF". Field comments is not editable , this failure message is appearing.
Kindly guide what changes are required
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2023 06:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2023 07:45 PM
Hi @Community Alums
I see it is mentioned as a bug in ServiceNow itself as per the comments mentioned in the link provided.
Is there any workaround or solution for this .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2023 08:58 PM
did you check these things?
1) is the field editable
2) any ACL or client script or UI policy is making it readonly
3) what happens when you manually click that UI action
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 01:19 AM - edited 03-14-2023 03:55 AM
1.The field is ediatable, it appears on form and also as mandatory when reopen incident is clicked.
When we click the UI action manually , the comments field appears as mandatory and we will enter the comments and the incident gets resolved
In UI action 'Reopen Incident' it is mentioned to make the comments field mandatory. So until that time, the field is not available on form, Once after UI Action is clicked, then only it comes on the form.