You are here:
Qualify an Existing Object
If you're considering using an existing object that isn't Asset, Contract, Quote, InsuranceClaim__c, or Application__c, make sure that it isn't an abstract object such as Activity or Scorecard.
To ensure that an existing object is usable in a State Model:
- In Lightning Experience, click the gear icon. Select Developer Console from the menu.
- Click the Query Editor tab near the bottom of the Developer Console window.
- Enter a
Select Id from Objectquery in the Query Editor pane, for example:Select Id from ActivityThe object is usable if a list of Ids appears. The object is not usable if you see an error message like this:
entity type Activity does not support query

