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
Shreyashi Akhauri 6Shreyashi Akhauri 6 

Create a lightning component which helps in creating multiple records of a related/child object at a time.

Create a lightning component which helps in creating multiple records of a related/child object at a time. Once this component is placed in a parent object record page, it should ask to choose any related object. Then, provide an option of add and delete rows, so that user can enter multiple records at a time. And on save, it should save the newly added records, update existing records and delete the removed records.
Naveen KNNaveen KN
Hi Shreyashi, 

Did you try to implement this? Share the code in case if you are seeing any issues.

Naveen