In our model-driven app, I have a 1:N relationship between 2 entities. On the form to add related child records, I want to use javascript on the onChange event of a lookup field to populate another field on the form. To get the data for the other field, I need to access the parent entity record and get data from it and other entities related to it. Can anyone provide an example of how to access the parent and other related entities in javascript when child record hasn't been saved yet?
Thanks @DianaBirkelbach . I see now that if I add a lookup control for the parent on the form, it is populated in Create Mode and I can access it's value from the formContext in JS.
Hi @tschopp ,
If it's a child entity, then you have a lookup to the parent record. This lookup is usually filled in on the form, even when the child record is not saved. When the form is opened, the platform will pass this parameters (and in case you open the form using code, you can do that too).
So even in "Create Mode" you can grab the id of the parent, and can make fetches for related records.
Please let me know, in case you need more details.
Kind regards,
Diana
WarrenBelz
87
Most Valuable Professional
mmbr1606
71
Super User 2025 Season 1
Michael E. Gernaey
65
Super User 2025 Season 1