Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Which of the following gliderecord methods run a query against a database tables

Harsha21
Kilo Contributor

Which of the following gliderecord methods run a query against a database tables
A. get(

B. query()

C. _query()

D. runQuery()

E. _get()

1 ACCEPTED SOLUTION

cx2162
Tera Guru

Hi,

It would be the following methods:

query()

get &

_query()

View solution in original post

1 REPLY 1

cx2162
Tera Guru

Hi,

It would be the following methods:

query()

get &

_query()