Hello,
I'm trying to create a button in the command bar of my model-driven app which has to navigate to a certain Quick Create Form.
First of all I'm trying to navigate to that certain specific form with following formula:
Navigate(
Defaults('Entity1'),
{Page:'Entity1 (Forms)'.'RelatedEntity - Quick Create Form'}
)
--> This formula doesn't bring me to a quick create form.
Next, I want to set some default values when I open the quick create form. These default values are based on the current record I was in when I clicked on the button in the command bar to open the Quick Create Form. So this means 2 fields have to be filled in automatically when I open the quick create form.
Can someone help?