


Tags:
Production Order Management - Web Resource for Model-Driven Apps
This Power Apps Web Resource provides a clean, efficient way to navigate within Model-Driven Apps in Dynamics 365. It allows users to easily create new records or view existing records for a specified entity while dynamically retrieving the App ID and Base URL from the environment.
This Power Apps Web Resource provides a clean, efficient way to navigate within Model-Driven Apps in Dynamics 365. It allows users to easily create new records or view existing records for a specified entity while dynamically retrieving the App ID and Base URL from the environment.
ā
Dynamic Navigation ā Open entity forms or lists with a single click
ā
Entity Flexibility ā Easily pass a different entity name as a parameter
ā
Automatic URL Handling ā Extracts App ID & Base URL dynamically
ā
Supports iFrame & Standalone Modes ā Works inside Dynamics or as a standalone web page
ā
Debug Mode ā Shows App ID and Base URL for troubleshooting
<button onclick="navigateTo('create', 'custom_entityname')">Create New Record</button>
<button onclick="navigateTo('list', 'custom_entityname')">View Record List</button>