function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Arun AdepuArun Adepu 

how to check triggers on custom objects in admin page?

Dutta SouravDutta Sourav
Set up> Develop> Apex Triggers
In the list, Check Sobject Type Column.
User-added image
CloudGeekCloudGeek
Hello Arun,

2- ways :

1. All Triggers  ( Go to --> Set Up --> Develop --> Apex Triggers )

2. Specific to an Object  ( Go to --> Set Up --> Quick Find SearchBox - Search for  Objects )

Quick Find Search Box


User-added image


User-added image


Click on the Object you want to see triggers:

User-added image


Here you can see list of TRIGGERS on your Custom Object under Validation Rules.


Hope that Helps!