Dear,
How can we generate links to specific entity record forms of a model-driven app from within a canvas app in the same environment?
The canvas app should always link back to a specific model-driven app (with a specific name) in the same environment (which should be fetched during runtime)
for example, canvas app [CA] shows a list of entities [abc_myentity]; when the user clicks on the link for a specific record, it should go to the main entity form of that record in model-driven app [MDA] in environment A, looking something like:
https://{currentenvironment}.crm.dynamics.com/main.aspx?appid={modeldrivenappID}&pagetype=entityrecord&etn=abc_myentity&id={selectedrecordID}
I know of the function
PowerAppsforMakers.GetApps()
but it only returns Canvas Apps and shows all apps accross all environments the user has access to...