
Announcements
I have a form (in a canvas app in a Dynamics model driven app) that is automating a bulk update. From a parent record, Before it adds new records (with a patch statement) as children to that parent, it sets previous child records to inactive with an UpdateIf statement. It works ok if i refresh the entire form after each new set of records has been added but if i just navigate back to the start of the process then the records that have been added by Patch are not set to inactive. I've tried a refresh of the Data source with no luck. Ideas?