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
Developer129Developer129 

Validation formulas not working

Hi,

 

I have got a validation rule on an object which is as following, output from system log:

 

4:38:17.264|VALIDATION_FORMULA|AND (
OR( !CONTAINS( NULLVALUE(Status__c, 'null'), 'Approved') ),
Parking_Pass_Requested__c > Ticket_Blocks_1__r.Parking_Pass_Available__c
)|Parking_Pass_Requested__c=5 , Ticket_Blocks_1__r.Parking_Pass_Available__c=0.0 , Status__c=null
4:38:17.264|VALIDATION_PASS

 

now I dont understand how validation is passed as the validation is supposed to go off when this expression is true.

 

Thanx