- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2019 08:50 AM
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
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2019 09:07 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2019 09:07 AM
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.