Remote Table Alternatives

sanjay_navada
Tera Contributor

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 

2 REPLIES 2

Vaclav Zdrahal
Tera Contributor

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. 

Manikmodi16
Tera Guru

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.

 

Manikmodi16_0-1708516479669.png

 

 

Thanks,

Manik Modi

 

If you find this to be helpful, please mark this reply as the solution. Thanks!