Message/Comment section not appearing on approval window
						
					
					
				
			
		
	
			
	
	
	
	
	
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2025 12:43 AM
I have created a custom catalog item in servicenow, when user receive items for approval, the comment/message box is not found on the page (RITM)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2025 07:02 AM
@effoya is it always for the same logged in user? ensure that the logged in user is also the caller or requested by...
Because random people are not expected to comment it, only Requestors/Caller and the Agents (in backend), nobody else
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2025 02:09 AM
Hi @GlideFather same user, but different forms/catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2025 06:59 AM - edited 08-27-2025 07:00 AM
@effoya OK, so compare the forms, are both in the same scope etc... obviously the user has write access to one form and not to the other, so it must be somewhere there...
Compare the read and write ACL for both forms, their tables..
EDIT: rephrased the last sentence
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2025 11:51 PM
I have noticed the two forms are in different tables, one is in sc_request (no message box)and the other one is using sc_req_item (has message box).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2025 06:13 AM
Then check their ACLs and compare it. You can use Access Analyser in backend for these two forms directly
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
