function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NithiNithi 

How can i edit the checkbox list table in sfdc?

I want to edit a checkbox list table . How can i edit the checkbox list table in sfdc?

 

 

 

<apex:form id="STForm">
<apex:pageblock >
<apex:pageBlockButtons location="bottom" >
<apex:commandButton value="Next" action="{!doAssets}"/>
</apex:pageBlockButtons>


<apex:pageBlockSection title="Select Assets to Post">

<apex:selectCheckboxes id="STCheckboxes" layout="pageDirection" value="{!ExchangeAssets.selectedAssets}" >
<apex:selectOptions id="STOptions" value="{!ExchangeAssets.AssetResults}" />


</apex:selectCheckboxes>
</apex:pageBlockSection>
</apex:pageblock>

Sfdc Certified.ax1010Sfdc Certified.ax1010

Hi,

I am a salesforce certified and 3+ years experience developer.

 

If you need assistance contact me on kiran@dskvap.com

Skype:radhika.dskvap

 

Waiting for you reply.