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
Mayank Deshpande 2Mayank Deshpande 2 

Enter URL is invalid

Hi 
Can anyone help me on this issue.

IF ({ISPICKVAL(Concert__c.Concert_Type__c , "Regular")},"https://c.ap4.visual.force.com/apex/concertbooking?sfdc.tabName=01r6F000000rqTQ")

error coming as enter url is invalid , i tried the same with google.com but showing same error .

 
VishnuYVishnuY
Are you getting syntax error while creating the field?
Mayank Deshpande 2Mayank Deshpande 2
Hi, Thanks for reply. no syntax error coming while creating a custom button. On Click of button i want to navigate to (https://c.ap4.visual.force.com/apex/concertbooking?sfdc.tabName=01r6F000000rqTQ) below created visual force page.
VishnuYVishnuY
Try this.
IF ({ISPICKVAL({!Concert__c.Concert_Type__c} , "Regular")},"https://c.ap4.visual.force.com/apex/concertbooking?sfdc.tabName=01r6F000000rqTQ")