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
Dileep KumarDileep Kumar 

Can i insert or update record through vf page by using actionSupport tag in salesfoce ?

Hi All

Actually, i want to update record by using <apex:actionSupport event="onselect" action="{!methodName}" rerender="id">

Thanks in Advance,

Dileep Kumar

Best Answer chosen by Dileep Kumar
VineetKumarVineetKumar
Yes, in the action method (methodName) of the controller you can perform the required DML operation.