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
bs881026bs881026 

I have a scenario, kindly help me

My scenario is that i have to build a page on Contact and have the following features.
1. one text box with contact lookup
2. After selecting one contact click go button
3. Fetch 5 fields of that contact in text box
4. User should be able to edit any data there and can save.
5. Saved data should be reflected in object record.
Kindly let me know how to do this as I am new to SFDC coding.
Thanks.
asagarwal.comasagarwal.com
If you are not particular about doing it through Visualforce & Apex, you may want to consider doing it through Visual Workflow. The benefit of that would be that its all configuration and no coding. Here is a cookbook on the same that help you get started - https://resources.docs.salesforce.com/sfdc/pdf/workbook_flow.pdf
bs881026bs881026
Hi,
I need to accomplish this with the help of CF and Apex only, please let me know atleast the steps to go about it.
Thanks.