Skip to main content
pankul gupta 님이 #Lightning Experience에 질문했습니다
We have a custom button in Salesforce Classic and it is redirecting to a custom VF Page. The button is a formula field and the expression is as below:

IF (Pricebook_Locked__c, HYPERLINK("apex/Apttus__OpportunityAgreement?id=" &Id, IMAGE("/resource/Create_Agreement", "Create Agreement"), "_self"), NULL)

But the same button is not working in lightning and we are getting the error as "URL no Longer Exists"

Is there any specific change we have to change to make it work in Lightning?

Any inputs on the same would be appreciated?

Thanks.
답변 1개
0/9000