Remote Table Alternatives
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2024 03:46 AM
Hi All,
Am working on a solution for a client who doesn't want the data to be stored in Service Now. Right now my solution is call their REST API and use remote tables. However i know the limitation with remote tables is that we cannot store more than 1000 records in the cache. What other alternatives do we have other than remote tables? My primary use case is building a dashboard using UI builder. Right now remote table fits perfectly. However with more than 1000 records it is going to be a pain point. Could you please suggest some alternatives on how this can be achieved?
Thanks,
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2024 11:45 PM
Hi Sanjay,
in Washington DC Release there is an advanced option "Enhanced Capacity" which allows you to retrieve more than 1000 records. With upgrade to Washington DC you can consider using this feature.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 03:55 AM
Hi,
You can create a system property by the name - glide.script.vtable.max_rows and set the value to a high number in order to store more records in the remote table.
Thanks,
Manik Modi
If you find this to be helpful, please mark this reply as the solution. Thanks!