Hello, I am experiencing an issue with Dynamics 365 (Model-Driven Apps) Forms using Form Component Control (FCC).
When I specify a Form to be loaded by FCC, it ignores the specified form and loads a different form.
For example, let's say I have 10 Forms, Form1, Form2, Form3... Form10.
I configure FCC to load Form1. It loads Form4.
I configure FCC to load Form2. It loads... Form4.
I configure FCC to load Form7. It loads... Form4. Always Form4. No idea why it chose Form4.
Form4 is a nice form, nothing wrong with Form4; it's just that I need FCC to load a different form, but FCC doesn't seem to want to.
Even if I create a copy of Form4, called Form4-copy, and change Form4-copy with a few additional fields, and specify FCC to use Form4-copy, FCC loads... Form4.
I know FCC IS working, because if I configure no Form, FCC correctly displays no form. If it was completely broken, FCC would likely still display Form4.
So FCC is working, it's just ignoring the specified Form and loads a different form.
Has anyone else observed similar behavior with FCC? Anyone figure out why it chose Form4, and how to make it work with other Forms instead?