Hello,
I have a model (FooParent) which has an FK (FooFk) and an inline model (BazChildInline).
When a user selects a FooFk value and then saves FooParent, I want to use the value of FooFk to query my app, get related results, and dynamically add inline entries to BazChildInline.
I'm not sure where to start … Pseudo code and/or kick in the right direction would be greatly appreciated. :)
Please let me know if I can explain my situation better.
Thanks!
m