0 votes
in Service Now by
How can you get all the active/inactive records from a table in ServiceNow?

1 Answer

0 votes
by

You can use the following methods to get all the active/inactive records from a table in ServiceNow:

  1. addActiveQuery() method: This method is used to get all the active records.
  2. addInactiveQuery() method: This method is used to get all the inactive records.

Related questions

+1 vote
asked Sep 8, 2020 in Service Now by Hodge
+1 vote
asked Sep 8, 2020 in Service Now by Hodge
...