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
vjaivjai 

Partial Page Refresh

Hi SF Team,

 

I want only a partial page refresh to happen and show the extra field depending on the picklist value selected..

 

Consider the Example

 

On  a screen, there is a Pick List field named UOM.

1. If the UOM from drop list changes to "Each", then a field named "Number of units" must be displayed.
2. As soon as drop down list value changes to "Box", then a field named "Box Weight" must be displayed
3. As soon as drop down list value changes to "Gallon", then a field named "Volume" must be displayed

 

Thanks,

Vjai

Baktash H.Baktash H.

The way with the best performance would be to use Javascript remoting.

http://www.salesforce.com/us/developer/docs/pages/Content/pages_js_remoting_example.htm