Skip to main content
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