Hi there,
I have a canvas app embedded inside a CRM form. Two things do not work as per the tutorial blog by Anees.
1. ModelDrivenFormIntegration.SaveForm() state OnSelect() of the button does not save the value into CRM.
2. ModelDrivenFormIntegration.OpenQuickCreateForm("myEntity") does launch the QV form but it not docked to the side. It rather opens up full screen.
Help required.
Hi @MannyGrewal ,
Do you create a Model-Driven app based on your D365 CRM Entity?
Could you pleas share a screenshot about your issue?
Based on the issue that you mentioned, I have made a test, and the issue is confirmed on my side. For your first question, as an fixed solution, please consider use the following formula to submit your form data instead of the the ModelDrivenIntegration.SaveForm() formula:
SumitForm(Form1)
For your second question, it is a normal behaviour. In default, when you execute the ModelDrivenIntegration.OpenQuickCreateForm(entityName) formula, it would open your Quick Create Form rather than docked to the side.
I would also post this issue to my product team, if the issue is solved, I would reply here.
Best regards,
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1