Hi guys,
During era of embed Canvas App to ModelDriven there is a function like this " ModelDrivenFormIntegration.NavigateToMainForm " The parameter are : Entityname, MainFormName, recordid.
Now in Custom Page, how to navigate to main form and choosing the Form and record same as above ? As far as I know, to navigate in Custom Page is only use function Navigate, like -> Navigate(Acounts), but this way will only open the default form while I want to open a specific form (other than the default which I already created)
I tried also with this : Navigate(Accounts, { Page : "Information"}), for try out, since in my table Account in Dataverse there is a Form with name "Information".
Thanks