HTML Welcome Page Web Resource

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.
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.
✨ Features:
✅ 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
🔧 How to Use:
- Customize the Entity Name in Buttons:
<button onclick="navigateTo('create', 'custom_entityname')">Create New Record</button> <button onclick="navigateTo('list', 'custom_entityname')">View Record List</button>
- Upload as a Web Resource in Power Apps / Dynamics 365
- Embed in the Web Resource in a Model-Driven page
More Snippets from this Author
Loading...