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
como_estascomo_estas 

Field Sets - Default Values?

I have a visualforce page that overrides the standard clone page for an object.  There are fieldsets on this page.  I clone the original object, then use the new object to populate the apex:inputField elements on the page.  However, within my fieldsets, it is displaying the default values for those fields, rather than the value that's stored in the sObject.  I'm sure this is a bug, does anybody know a workaround?