+1 vote
in Service Now by
Which method is used to get all the active/inactive records from a table in Servicenow?

1 Answer

0 votes
by

You can use addActiveQuery() method to get all the active records and addInactiveQuery() to get the all inactive records.

...