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
joseph keuler 1joseph keuler 1 

Edit multiple objects on one page layout

Is it possible to edit muliple objects on 1 page layout.  I have a relational set of objects but it appears that a user can only edit one object at a time.    Should I be using Visualforce instead to achieve this?
I'm new to the platform so I'm trying to figure out how data entry forms should be designed.

Thanks,
Joe
Best Answer chosen by joseph keuler 1
Abhishek BansalAbhishek Bansal
Yes Joe,

You have to use VF page in order to achieve this requirement.

You can find the help on creating VF page in link given below :
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_hello_world.htm

Please let me know if you need more help on this.

Thanks,
Abhishek

All Answers

Abhishek BansalAbhishek Bansal
Yes Joe,

You have to use VF page in order to achieve this requirement.

You can find the help on creating VF page in link given below :
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_hello_world.htm

Please let me know if you need more help on this.

Thanks,
Abhishek
This was selected as the best answer
joseph keuler 1joseph keuler 1
This should get me started!