-
How to create a custom field on a standard Salesforce object?
How to create a custom field on a standard object?
I am creating a VF page in that I want to create a custom field using apex:
<apex:inputField value=”{!account.lastname}”/>
Log In to reply.
Popular Salesforce Blogs
The Ultimate Guide to Salesforce Community Licenses
Imagine that you are a business owner and you're constantly seeking cutting-edge products that can improve the way you interact with your customers. That’s where…
MuleSoft, the Integration Platform You Need | Salesforce
Normally, most companies use some type of software to carry out their business process management and administration. On many occasions, they use several different software,…
Top Salesforce Winter '22 Nonprofit Release Features
Nonprofits have unique requirements, and Salesforce is familiar with them. There's nothing your Nonprofit can't accomplish with its effective resources. With one-of-a-kind Salesforce solutions, they…
Popular Salesforce Videos
Introduction to Salesforce Aura Components Development
In this video, Salesforce Casts gives an introduction to Aura Components Development. If you have any doubts or concern do reach out to us in…
Lead Process in Salesforce | How To Manage Leads in Salesforce Sales Cloud?
Leads are potential customers who have expressed interest in your product or service but haven't made a purchase yet. They're like the starting point of…
Create a Multi-page App Using LWC OSS | Salesforce Lightning
The default LWC OSS project created using the create-lwc-app tool lets you create a single-page application. But did you know that by slightly modifying the…