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
Robin_SFDCRobin_SFDC 

saving value in a tab and passing it to next tab in visualforce page.

Hi All,

 

I have 5 tabs in my custom vf page.

These 5 tabs have some set of question and their score in a picklist value.

A user can selet a score from picklist value for all question.

Now i need to add these score from all the 5 tabs and pass it to Account detail page.

Also, i have one "Calculate Score" button in each page.

Is any one any inputs for the same.

 

Thanks,

Robin.

samreet_matharu@psl.co.insamreet_matharu@psl.co.in

You can have an input hidden field on the vf page.

Populate/Add up the score each time you click on show scores button using javascript to the hidden field.

Hope that resolves ur query.