Integrating Dynamics 365 With Asana

In this article, we'll look at how to integrate Asana (a project management tool) with Dynamics 365. We have three scenarios: Scenario 1: Tasks made in Dynamics 365 will also be created in Asana.Scenario 2: Once a task is marked as complete in Asana, it is likewise marked as complete in Dynamics 365. Scenario 3:…

Populate Lookup fields and Text fields from an Entity to Another Entity using JavaScript – Dynamics 365 CRM

There are cases where we need to set a lookup field on a Dynamics 365 or Power Apps, where we want to retrieve value of lookup fields or Text fields on the form using JavaScript and set to other entities form fields. SCENARIO: In our case we are having entities like 'Account' and 'Lead', where…