- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2023 10:36 AM
Hi All,
I am trying to create a data resource for the table sys_app but unable to find this table in this drop-down:
Could you pls let me know what is restricting this.
Thanks,
Raghu
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2023 10:21 AM
Below two threads helped me in understanding this issue.
And i implemented the solution as indicated in the second thread using client state parameter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2023 07:05 PM
Here are some possible reasons and solutions for this issue:
The "sys_app" table may be disabled in the application scope. To check this, go to "Application Navigator" > "System Applications" and search for the application scope that you are working with. Open the scope and check the "Tables" related list to see if the "sys_app" table is disabled. If it is disabled, enable it and try creating the data resource again.
Your user account may not have the appropriate permissions to access the "sys_app" table. To check this, ensure that your user account has the "admin" role or a role with the appropriate table-level permissions to access the "sys_app" table.
The "sys_app" table may not be available in your ServiceNow instance. This is highly unlikely as the "sys_app" table is a system table and is typically available in all ServiceNow instances.
Check the ServiceNow system logs for any relevant error messages. If the issue persists, you may want to contact ServiceNow support for further assistance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2023 10:21 AM
Below two threads helped me in understanding this issue.
And i implemented the solution as indicated in the second thread using client state parameter.