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
chopair2008chopair2008 

Can I create three new records from one visual force page?

Can someone tell me if it is possible to build one visual force page that has three sections, Account fields , Contact fields and Product fields so that when the page data is saved, the three object records are created and related?
JimRaeJimRae
Definitely.  You would need to use a custom controller and your Save action would do 3 inserts in the order you needed them in order to create the desired relationships.
chopairchopair
Do you know of any visual force developers who could help me with this small project?