Activity Forums Salesforce® Discussions How can i achieve a Validation Rule that should not fire for particular user in salesforce?

  • Suraj

    Member
    April 3, 2017 at 1:37 pm

    Hi Saurabh,

    You can try this

    IF(
    $User.Id == '00550000000lxVg', false,
    CONTAINS( TEXT(Client_Business_Type__c), 'Pension' ) && ISPICKVAL(Pension_Fund_Type__c, "")
    )

  • PRANAV

    Member
    March 22, 2018 at 10:59 am

    Hi Saurabh,

    You can try this

    validationaccAs we avoid doing with hard-coded ID's.

    Hope this helps you more.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos