-
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
Do You Have Skills to Become a Salesforce Developer in 2024?
What is a Salesforce Developer? Salesforce developers are professionals who build functionalities in a sandbox with Visualforce or Apex before handing them over to the…
About Person Account In Salesforce
Introduction Person accounts allow you to store information that applies to humans, not companies or organizations, such as first and last names. Although a standard…
Technical Debt in Salesforce: A Primer
Technical debt in Salesforce is unavoidable as your business evolves — in many ways, it’s the cost of development. The longer you’ve been running Salesforce,…
Popular Salesforce Videos
The Future of Salesforce Security and Authentication
Learn how to enable the best security in a way that will have your users thanking you. Be the first to learn about the next-gen…
Add Styles and Data to a Salesforce Lightning Web Component
After completing this unit, you’ll be able to: Use CSS and Lightning Design System with a component. Get data from a Salesforce org. Deploy your…
UiPath automation for Salesforce | REST API commands | OAuth2 | Download files | Without activity
How to send a raw REST API command from UiPath to Salesforce without using custom activities. 0:00 Intro 1:35 OAuth2 4:10 Download files from a case, opportunity, account,…