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
mac adminmac admin 

Unable to update the fields in custom vfpage in edit mode

Hi all,

I have created a custom vfpage for edit view for custom object. In that custom vfpage using action support with onchange event I'm showing/hiding the fields based on the picklist value selection. I was unable to update the field values if I edit the record and change the picklist value and filled the data in the related fields.

Can anyone help me over here.

Thanks in advance.

Regards,
mac.
Ajay K DubediAjay K Dubedi
Hi Mac,

I think you should use rerender in action support for more info please visit below link:
https://salesforce.stackexchange.com/questions/129347/visualforce-required-fields-and-rerender

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks,
Ajay Dubedi