Activity Forums Salesforce® Discussions Can you query Validation Rules in salesforce ?

  • Kirandeep

    Member
    May 14, 2020 at 12:38 pm

    Hi Ayush ,
    yes we can query Validation Rules with Object names .Something like this :-
    SELECT Id, ValidationName, Active, Description, EntityDefinition.DeveloperName, ErrorDisplayField, ErrorMessage FROM ValidationRule.

  • Anuj

    Member
    May 14, 2020 at 1:07 pm

    Validation Rules are metadata, so are not query-able using Apex / SOQL. You canuse the Metadata API to query for the ValidationRule element

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos