-
How to populate values in vf page from formula field?
I have created a formula field in lead object with a hyperlink which redirects to a page. I need to send lead last name and email to that page to get pre-filled in that. Formula field is
IF( AND( Account__r.Id =null, ISPICKVAL(LeadSource,"INTERNET") ), HYPERLINK("/apex/Rforce_AccountSearch_Page?caseId="&Id,IMAGE("/resource/CreateAccountButton", "CreateAccount"),"_self"), NULL)
Please suggest.
Log In to reply.
Popular Salesforce Blogs
What Are Setup and Non-Setup Objects in Salesforce
In this top salesforce blog, we will be discussing what are Setup and Non Setup Objects in Salesforce. Setup and Non-Setup Objects in Salesforce Non-Setup…
Salesforce Marketing Cloud: Your One-stop Marketing Solution
The Word-class CRM solution, Salesforce does not leave any room for doubts and connects brands and customers in the best possible way. With multiple cloud…
Building Your First App for Salesforce AppExchange: A Step-by-Step Solution
Are you looking to build an application for Salesforce AppExchange? You must be familiar with Salesforce and how it works. Knowing the platform's capabilities can…
Popular Salesforce Videos
70 Salesforce Interview Questions for the Beginners
First of all, How it is different from the other Salesforce Interview questions videos? Well, We have divided the questions into categories so that you…
Lesser Known VSCode Tips for Salesforce Developers
More Code, Less Work. Whether you are a beginner or an advanced developer, smart tips, and sharp tools can significantly improve your productivity. There are…
Learn REST APIs and Integrations Basics in Salesforce Development
In this video, we will learn about REST APIs & Integrations Basics in Salesforce development: We will be discussing the following things in this video:…