- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2025 11:01 AM
Xanadu Patch 7 Project Workspace v6.1.0
It appears that system property status_report_doc_read_only was added by an update to Project Workspace. The default value is true. The implication is that status reports for a project in Project Workspace should be read only. That doesn't seem to be the case; i.e., status reports appear to be editable with this set to true. We changed the value to false but it didn't seem to have any effect; i.e, status reports for a project were still editable in Project Workspace.
I haven't been able to find any documentation on this property. Does anyone know what this property is supposed to do?
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2025 12:45 PM
Hi @mah1
- Purpose:This property dictates the functionality of status report documents within ServiceNow.
- Value:
- true: Users can only view the status report documents; they cannot make changes or edit them.
- false: Users can edit and modify the status report documents.
- true: Users can only view the status report documents; they cannot make changes or edit them.
- Location:You can find and modify this property in the System Properties table (accessible via the Navigator Filter by typing sys_properties.list).
- Access:Modifying system properties often requires the "maint" role or equivalent permissions.If my response helped please mark it correct and close the thread so that it benefits future readers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2025 12:45 PM
Hi @mah1
- Purpose:This property dictates the functionality of status report documents within ServiceNow.
- Value:
- true: Users can only view the status report documents; they cannot make changes or edit them.
- false: Users can edit and modify the status report documents.
- true: Users can only view the status report documents; they cannot make changes or edit them.
- Location:You can find and modify this property in the System Properties table (accessible via the Navigator Filter by typing sys_properties.list).
- Access:Modifying system properties often requires the "maint" role or equivalent permissions.If my response helped please mark it correct and close the thread so that it benefits future readers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2025 03:22 AM
Hi... Thank you for the information. That confirms my suspicion. I went back and determined that the only status report that is editable is the one they created yesterday. When I switched the property to false, all status reports were editable.
Thank you