You need to sign in to do that
Don't have an account?

VF Page Parameters
I have customer__c object with FirstName_c, LastName_c, DOB_c fields.
First VF page has FirstName_c, LastName_c, DOB_c InputFields and a "save" button which save record in Object
And "List" Button show that record fields with that values of input field in Second VF page.
First VF page has FirstName_c, LastName_c, DOB_c InputFields and a "save" button which save record in Object
And "List" Button show that record fields with that values of input field in Second VF page.
I would be great, if you provide me code for this scenerio...
sorry, I forgot to mention.
Greetings to you!
Below is the sample code which I have tested in my org and it is working fine. Kindly modify the code as per your requirement.
Visualforce Page 1 : VfPage1
Visualforce Page 2 : VfPage2
Controller : VfPageC
I hope it helps you.
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.
Thanks and Regards,
Khan Anas