• Pankaj Pandey 22
  • NEWBIE
  • 10 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hi All,

Recently I have made some changes to my Visualforce page picklist value. New picklist value is getting displayed on the preview section of the visual force page but same is not reflecting on the public site where this page is used.

Do I need to perform any other action in order to push new code changes of visual force page to the public site?

Thanks,
Pankaj Kr Pandey 
Hi All,,

I am writing the Validation rule for specific record type on check of check box i want the mobile field to become madator. I have written below code and it is not working :-

IF( RecordType.DeveloperName  = "Testing", AND(Text_Consent__c = True, ISBLANK(MobilePhone__c)), NULL)

If I just write below code it works fine :-
AND(Text_Consent__c = True, ISBLANK(MobilePhone__c))

Any idea what is going wrong when i am adding the record type.

Thanks,
Pankaj Pandey
 
Hi All,,

I am writing the Validation rule for specific record type on check of check box i want the mobile field to become madator. I have written below code and it is not working :-

IF( RecordType.DeveloperName  = "Testing", AND(Text_Consent__c = True, ISBLANK(MobilePhone__c)), NULL)

If I just write below code it works fine :-
AND(Text_Consent__c = True, ISBLANK(MobilePhone__c))

Any idea what is going wrong when i am adding the record type.

Thanks,
Pankaj Pandey