OnChildChanged Event does not run after DataPortal Fetch #2593
Unanswered
theafricaninternetgroup
asked this question in
Questions
Replies: 2 comments 2 replies
-
Can we see your code? Is the child object fetched at the same time as its parent? So the parent invokes the child data portal to load the child? Or is the child loaded later by using a command object? |
Beta Was this translation helpful? Give feedback.
2 replies
-
The code in the Child Collection Object
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have business rule which a child object need to access the property of the parent object. When the child object is added to OnChildChanged runs normally however when the Child Object is fetched from the db the OnChildChanged event does not run.What I am missing?
Beta Was this translation helpful? Give feedback.
All reactions