Sample SOQL:
SELECT Id, Name, TableEnumOrId FROM ApexTrigger
For additional columns/fields, check the below link
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_apextrigger.htm
SELECT Id, Name, TableEnumOrId FROM ApexTrigger
For additional columns/fields, check the below link
https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_apextrigger.htm
How to get trigger names and the objects on the trigger
ReplyDeleteUse TableEnumOrId to get the object associated to the trigger.
Deletehow to query the Trigger name, object name and Version on trigger
ReplyDeleteUse TableEnumOrId to get the object associated to the trigger.
Deletehow to get list of ApexClass?
ReplyDeleteUse ApexClass.
Deletehttps://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_apexclass.htm