You need to sign in to do that
Don't have an account?

Find all objects that are tracked
I have used the call Schema.getGlobalDescribe().Values(); to find all of the objects in the system.
Is it possible to find all objects that have feed tracking enabled on them? I'm basically trying to find all objects which can be followed.
Is it possible to find all objects that have feed tracking enabled on them? I'm basically trying to find all objects which can be followed.
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_sobject_describe.htm
Sample code