You need to sign in to do that
Don't have an account?
How to update one check field on VF page Load.
Hi,
I want to update one field,once the vf page will be loaded.
Or
Is there any way to update a field once the user click sites link.
Thanks
I want to update one field,once the vf page will be loaded.
Or
Is there any way to update a field once the user click sites link.
Thanks
Please follow sample code:
VF page: Controller:
Please let me know if you have any question.
Thanks
Gulshan Raj
Thanks for marking as best answer
I have writen this code:
- <apex:page controller="ControllerFeedback" action="{!init}"></apex:page>
Its working but when I load page two time.No need to load page two times. It calls action as soon as page get load.
Thanks
Gulshan Raj