
3 个回答
Hi Wolfgang,
You can create a formula hyperlink and wrap it on an iff statement, as well to define the text to be displayed where to click. and add attributes from the record t the hyperlink, like for example is mostly used to pull reports relevant to the record:
HYPERLINK("/00OZ0000000UvyD?pv0="
& Account_ID__c
&"&pv1="
& QuoteLineItem.Product_Name__c
,"Latest Price")
Chekc this out to get you started: https://help.salesforce.com/articleView?id=customize_functions.htm&type=5
Hope this helps,
Ines