How to create/update new record to child entity should associated with parent entity particular id,
In one to many relation-ship parent entity identifier updating as "0", can not able create child records.
Need to display records only with matching parent id , Also need to create/edit child entity record.
Hi Robert,
As i can see from your screenshot, you have joined the conferenceds with the sessionlist, however i believe that your join condition is not correct. You should do Conference "Only With" Sessions.
To create Sessions which are connected to a Conference, you need to create some logic to supply the Id when creating a new session list.
Hello bas,
How to pass parent input parameter value to child entity identifier attribute.
Robert Johnston wrote:
Hello Robert,
You need to create first the parent record on DB (example GetConference) and after assignt that value to Session list (child) record. Please see this example:
Hope it helps!
BR,
Luis