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
noviceinsalesforcenoviceinsalesforce 

ISBLANK( MailingStreet ) connection with visual force


Hi all, 
I have made one field MailingStreet by using ISBLANK( MailingStreet ) of contacts Object. 

 

and 

 

 

 <apex:inputField value="{!contact.MailingStreet}" />

 

this line in visualforce page to connect contact with mailingStreet. But this is not working for validation .

 

   <apex:inputField value="{!contact.LastName}" />

 

is working on visualforce. 

 

 

aballardaballard

Are you saying you've defined a validation Rule for contact and it doesn't work?   Validation rules apply only when the record is saved.   Is this not working?