Parag Chapre

Restore deleted flows

If you or someone else accidentally deletes a flow that is not part of a solution, you can use PowerShell to restore it within 28 days of deletion. Microsoft announced the capability to restore a flow (outside of a solution) with the latest version of the PowerApps Administration cmdlet. As an admin, you can now […]

Get employee’s manager from the dataverse

Get employee’s manager from the dataverse

In this article, We will see how to get employee’s manager from the Dataverse. We have a manager field in the worker entity however it is always blank. Follow below steps to get the manager record from the dataverse. Entities required Relationships Parent table Child table Cardinality Cdm_worker cdm_positionworkerassignmentmaps   1 : N Cdm_worker Cdm_jobposition […]