Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

The Additional Comments field is not visible to end users on Requested Item (sc_req_item) record

Santoshi Sabat
Tera Contributor

The Additional Comments field is not visible to end users when the Requested Item (sc_req_item) record is in the ‘Closed Complete’ state.

2 REPLIES 2

Brian Lancaster
Kilo Patron

There is a system property "glide.sc.allow_comment_on_closed_ritm" that need to be set to true otherwise the ACL will not allow write access to comments if the ritm is closed like in your screenshot.

SharmaJi_SNow
Mega Guru

Thanks for sharing! Just to add on, this usually happens because the property glide.sc.allow_comment_on_closed_ritm is set to false. Switching it to true will let end users see and add comments even after the RITM is Closed Complete.
If the field still doesn’t appear, you might want to check if any UI policies or ACLs are hiding it.