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.
...