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
VinuVinu 

How to update Records using input checkbox field??

Hi

 

Based on the selected values through the checkbox field i need to update my records

I had tried with the UI checkboxes and its works fine,

But instead of using UI checkbox now i need to use a checkbox (One of the field in my object)

 

 

Navatar_DbSupNavatar_DbSup

Hi,

 

If you want to update the values of the standard page of salesforce you can achieve this by using workflow.

 

If you are using VF page then use the JavaScript and action function for updating the record.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.