Skip to content

Instantly share code, notes, and snippets.

@amitrogye
Created December 6, 2013 01:49
Show Gist options
  • Save amitrogye/7817316 to your computer and use it in GitHub Desktop.
Save amitrogye/7817316 to your computer and use it in GitHub Desktop.
SNC: Gliderecord
var gr = new GlideRecord("myTable");
gr.addQuery("name", "value");
gr.query();
if (gr.next()) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment