I have a model app that is using a sub-grid to perform an Order Header/Order Detail type entry format
So the header (Order) is the primary form
Sub-Grid (Order Detail) is placed on a tab on the form
I am updating the sub-grid (detail records) and would like a value on the main (Header) table to be updated then the form refresh to show this value. Think grand total of detail lines entered.
I have tried using a flow to update the header record (Total) which works, but the main form is not refreshed.
Is there a way to update the main screen when the sub-grid is changed?
Solved! Go to Solution.
Hi @RickBojahra ,
Try to embed a canvas app in the model driven form, then refresh the host form from the embedded canvas app using formula:
ModelDrivenFormIntegration.RefreshForm(false)
or
ModelDrivenFormIntegration.RefreshForm(true)
For more information, please refer to:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/embedded-canvas-app-actions
Regards,
Mona
Hi @RickBojahra ,
Try to embed a canvas app in the model driven form, then refresh the host form from the embedded canvas app using formula:
ModelDrivenFormIntegration.RefreshForm(false)
or
ModelDrivenFormIntegration.RefreshForm(true)
For more information, please refer to:
https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/embedded-canvas-app-actions
Regards,
Mona
User | Count |
---|---|
200 | |
101 | |
89 | |
45 | |
43 |
User | Count |
---|---|
247 | |
105 | |
103 | |
65 | |
60 |