
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
Hi,