“Step-by-Step Guide to Building an Employee Onboarding Process with Model-Driven Apps in Dynamics 365”

SharePoint
"Step-by-Step Guide to Building an Employee On-boarding Process with Model-Driven Apps in Dynamics 365" Introduction Employee onboarding is a critical phase that sets the stage for a successful employment journey. Leveraging model-driven apps within Dynamics 365 allows organisations to streamline and automate this process, ensuring a smooth transition for new hires.Step 1: Setting Up the EnvironmentLog in to your Dynamics 365 environment and navigate to Power Apps.Create a new model-driven app project specifically for employee onboarding.Step 2: Defining EntitiesIdentify the essential data needed for onboarding, such as Employee Information, Documents, Training Modules, etc.Create entities for each category, defining attributes and relationships between them.Step 3: Designing Processes and WorkflowsUtilize Power Automate to design workflows that automate tasks, notifications, and approvals during onboarding.Link these workflows with the created entities to manage the…
Read More

Create PowerApps From SharePoint Online List

PowerApps, SharePoint
Create PowerApps From SharePoint Online List​ Scenario We have a SharePoint Online list with given fields. Now, we have to create a PowerApps that can provide the functionality to perform below operationsCreate new itemUpdate existing itemDelete itemDisplay all itemsSearch itemsProvide sort functionalityIf we create this functionality using C# code or REST API code, it may take up to 8 hours of work to create and deploy the app with a skilled developer.But we can do this job in PowerApps in just less than 5 minutes with no development or programming skill required.Let’s understand how we can do this. Creating PowerApps from SharePoint Online List Open the PowerApps web studio by going to https://make.powerapps.com URL from your browser and then click on SharePoint box. Then it will ask to create a connection between PowerApps & SharePoint Online. If you have already…
Read More

Customizing SharePoint Online List Form Using PowerApps

PowerApps, SharePoint
CUSTOMISING SHAREPOINT ONLINE LIST FORM USING POWER APPS​ Scenario We have a SharePoint Online List with given fields. The list form look likes below Now, sometimes a list has a lot of fields, in that case while creating a new item, the new item form has a long vertical scroll. That is not a good user experience. So, what we have to do is, we should shorten that vertical scroll into the form and that can be done if we have two column layouts into the SharePoint new item list form. But SharePoint by default does not provide this functionality. So, in that case, we will take help of PowerApps. Let’s understand how we can achieve this requirement using PowerApps in detail. Create 2 column layout in SharePoint default form using PowerApps Open…
Read More