- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2022 11:35 PM
I have a user who submitted his request in servicenow, this request is in change_request table, but he can't view his submitted request.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2022 12:14 AM
HI if end user donot have role he cannot view the change request. To do this you need 2 read ACL on change table
1. Change.none // grant access to table
2. change.* // grant access to all fields
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2022 12:11 AM
Is there oob business rule on change_request table?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2022 12:14 AM
HI if end user donot have role he cannot view the change request. To do this you need 2 read ACL on change table
1. Change.none // grant access to table
2. change.* // grant access to all fields
Harish