Remote table is not showing on the service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2022 09:38 PM
Hi All,
I created a simple remote table that shows data from a third party system.
I'm able to see the content of the table within the service now platform but when I connected the table to simple table widget (ootb widget) I can only see that there is few pages of data but without records. I'm attaching an example of the page.
I'm able to export to excel the content but not to see the content on the page.
Any idea how to fix it?
Thanks,
Lior grinberg
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2022 09:45 PM
Hi,
check the table level READ ACL
Also check is this happening with admins or non-admins
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2022 09:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2022 10:30 PM
Did you debug the ACLs?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2022 10:37 PM
Yes.
But I saw this error: "[ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: item in data.list track by item.sys_id, Duplicate key: null, Duplicate value: {"u_priority":{"display_value":"5","limit":"40","label":"priority","type":"choice","value":"5"},"u_number":{"display_value":"INC0010111","limit":"40","label":"number","type":"string","value":"INC0010111"},"sys_id":null,"targetTable":"u_st_incident_from_dev2","u_short_description":{"display_value":"ATF : Test1","limit":"40","label":"short description","type":"string","value":"ATF : Test1"}}"
I can see that there isn't sys id for the records in the tables.
How can I add it?
Lior grinberg