Skip to main content The new Salesforce certifications experience is live! Visit Trailhead Academy to explore your new certifications homepage.
Hi! I created a Formula Field to call a VF page like this:

 

IF(ISBLANK(Paynet_Score__c ), 

 

HYPERLINK( '/apex/Paynet_VerifyBusinessPage?id=' + Id, 'Verify'),

 

'-')

 

It works BUT when I click it I get the below error:

 

"The name can only contain underscores and alphanumeric characters. It must begin with a letter and be unique, and must not include spaces, end with an underscore, or contain two consecutive underscores."

 

Thoughts on what might cause this?

 

Thanks so much!
5 answers
Loading
  1. Jan 14, 2019, 10:05 PM
    Hi, 

     

    Your formula is perfect, assuming the page name is correct. 

     

    It's something else, probably the page is not refreshed or something like that
0/9000