-
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 10 years, 2 months ago by
Forcetalks.
-
This discussion was modified 10 years, 2 months ago by
Nitish.
-
This discussion was modified 8 years, 9 months ago by
Forcetalks.
-
This discussion was modified 10 years, 2 months ago by
Log In to reply.
Popular Salesforce Blogs
Top 10 Salesforce Tips to Make Things Easier!
Newbie in Salesforce and finding it a great deal to use the robust and complicated system? Well, there are often experiences of fear and hesitation…
Debug and Deployment Tools in Salesforce
Development Tools In Salesforce 1. Developer Edition Environment You may start designing and testing your software-as-a-service application right now in this online environment. Designed for…
Syncing Articles from Zendesk Knowledge Base to Salesforce Knowledge – A Success Story
Customers need excellent support with minimal human interaction. That’s why they prefer self-service. And to keep customers hooked to your product, you need to give…
Popular Salesforce Videos
Salesforce Nonprofit Success Pack Implementation Guide
There are so many things to consider when using Salesforce Nonprofit Success Pack for your nonprofit organization that it can be tricky to know where…
Topics to Master to Crack Your Salesforce Administrator Certification Exam
If you're preparing for your Salesforce Administrator Certification and wondering there's a lot that you need to cover from the study material provided by Salesforce.…
Salesforce Trailhead 2020 - Queueable Apex - Challenge
Create an Queueable Apex class that inserts Contacts for Accounts. Create a Queueable Apex class that inserts the same Contact for each Account for a…