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
Shirley MaglioShirley Maglio 

How to update the field values of a Quote object with field values from a selected row (checkbox) of a table on Visualforce?

Hi,

How to update the field values of a Quote object with field values from a selected row (checkbox) of a table on Visualforce?

Shirley
AshesAshes
Hi Shirley,

You can display check box using html and with every checkbox you can associate id of qoute record.

After selecting checkbox, it will call Javascript funtion which will pass respective Quote Ids to controller. So that we will get all selected Quote record ids in Controller.

Let me know if this solution os feasible for you.

Ash