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

Need Help in Visual Force Pages Apex code
Hi All,
Can any one help me in writting the VF page and custom controller to fetch data from different objects based on input field and update the records.
Ex: If there is a custom object called assginment__c then by giving a assginment name as input value on the VF page controller has to pick that record and load the fields on VF page to edit and update those record values in salesforce.
Same way the same VF page has to upadte the values of 5 different objects which are not related to each other. So for this I need Cutom controller.
Please help me in writing this page and controller. Thanks in advance!!!
Can any one help me in writting the VF page and custom controller to fetch data from different objects based on input field and update the records.
Ex: If there is a custom object called assginment__c then by giving a assginment name as input value on the VF page controller has to pick that record and load the fields on VF page to edit and update those record values in salesforce.
Same way the same VF page has to upadte the values of 5 different objects which are not related to each other. So for this I need Cutom controller.
Please help me in writing this page and controller. Thanks in advance!!!
[1] https://developer.salesforce.com/page/An_Introduction_to_Visualforce
[2] https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_controller_custom.htm
Thanks for your advise! Actually I pasted my code in the next comment to the above comment but accidently some how it got deleted. I wrote visualforce page with custom controllers for single record. But I have to write for bulk.
Thank you for the links you have provided. Even i wrote code based on these links.I will update latest version of my code once I am done with my coding.
Thanks!