Remote GlideRecord

ryancasey
Kilo Contributor

Hi all,

 

I have a requirement to compare specific table records to the same table in another instance. Are there any known methods out there to do a remote GlideRecord query? I've attempted the method used in this post but it is dated back to 2010 and is no longer working.

Has anybody done something similar to this or found a good workaround? I'm currently exporting the same table from 5 different instances as a csv and parsing through and comparing the records in a Java program in eclipse.

 

Thanks in advance,

Ryan

1 ACCEPTED SOLUTION

Mike Allen
Mega Sage

That is not supported anymore.

 

I would use REST message to pull the info across and compare it then.  It is not as simple as a single Glide class, but it is truly integrating the two systems.

View solution in original post

1 REPLY 1

Mike Allen
Mega Sage

That is not supported anymore.

 

I would use REST message to pull the info across and compare it then.  It is not as simple as a single Glide class, but it is truly integrating the two systems.