-
Checkboxes on a Visualforce page?
Want to get the values of checkboxes and save in that in records
My VF code looks like this:
<apex:pageBlockSection title="Prospect__c">
<apex:pageBlockSectionItem>
<apex:inputCheckbox value="{!opportunity.Identified__c}" id="Identified__c"/>
<apex:outputLabel style="font-weight:800" value="Identified" for="Identified__c"/>
</apex:pageBlockSectionItem>
</apex:pageBlockSection>- This discussion was modified 8 years, 5 months ago by Forcetalks.
- This discussion was modified 8 years, 5 months ago by Nitish.
- This discussion was modified 7 years ago by Forcetalks.
Log In to reply.
Popular Salesforce Blogs
Insert sObject record using Javascript in Salesforce Visualforce Page
How to insert record in Salesforce by using Javascript In this blog, I will let you know how to insert record in Salesforce by using…
Flow Builder in Salesforce - Here's All You Need to Know About
Flow is a Salesforce application that automates difficult business procedures. In other words, it gathers data and uses the data for our business logic. One…
All About Record Locking in Salesforce
In this blog entry, I'd examine the various approaches to secure a Salesforce record UI. By lock, I mean, the client shouldn't have the option…
Popular Salesforce Videos
What Role Can Salesforce Industries Play in Helping Various Sectors Grow?
Discover more about what role can Salesforce Industries play in helping various sectors grow then have a glance at this extract from our latest webinar!…
How to Prepare for Salesforce Admin Certification | Salesforce Training
This "How to prepare for Salesforce Admin Certification" video by Edureka will firstly help you understand who is a salesforce admin. Then, it will talk…
Salesforce App Builder Certification Questions Explained
CRM tools serve as the base for managing small and large-scale businesses, and Salesforce is among the best CRM tools in the industry. Therefore, Salesforce…