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
Ken Koellner 1Ken Koellner 1 

Can I Customize an Edit Page in Lightning?

I'm just starting to write Lightning components that I can put on record pages and am getting the hang of displaying data.  But I'd like to be able to edit some custom data.  What I'd really like to do is add a section on the standard edit page for an object, the modal page that comes up when you select the Edit action.  Then on that page, have a custom section on the bottom with some of my own information from other objects.  The user can save or cancel and my controller would be notified of the save event and save the appropriate information.

Anyone know if there's a way to do that or a suggesting on how to architect a page such that fields from more than one record are edited at the same time?  I'd like to not have to rewrite the code for the standard object and only have code for my custom object.