I have a custom parent entity named **Artist** which has a child entity named **Album** that I need to map to it. It would be an (Artist)1:M(Album) relationship in that instance.
Currently, on the artist form I have created a quick create form for adding albums to a subgrid. When I click save on the quick create form it creates the album. When user updates the "Finished" field on the Artist form and saves, I need to create an **AlbumSummary* record for each album associated with the Artist.
Im new to dynamics so not sure how to do this or if its even possible to do Out of the box.