Over than 18 years helping businesses and people to increase their sales and revenue, to improve their customer service experience and get the most benefit of the existing Microsoft technology to meet their goals with success.


Get the Power of Microsoft technologies now with



Contact Us for free trial and recomendations.

Secondary idea
Feature 1

Why Us

If you want to have an excellent quality solution you must go directly to the source. That is what we do, our solutions are built with the best quality of components, s​​​trongly tested​ and passed the most critical proofs, so that we don't need to worry about​ the final result, if we use excellent compon​ents, then the results will be excellent as well.Please do not hesitate to contact us. We look forward to working with you and making your project a success.

Feature 2

Technologies

Remoting Coders can perform projects using these technologies and tools
.NET Framework , C#, JavaScript, JQuery, Microsoft SharePoint, Microsoft Dynamics 365, Power Platform, PowerApps, Power Automate, Dataverse, Dynamics Business Central.

Feature 3

Integrations

Why not automate the manual processes to share data between two different systems? If you have more than one system or ERP software in your enterprise, you will want to integrate them. We have a lot of experience in doing system integrations from standard systems available on the internet to very complex legacy systems. we can also help you integrate online systems with 
‌on-premise systems.

Secondary idea

Our disciplines

Each discipline has their own strength and focus, but we all collaborate as one team. To learn more about how we work together, visit ‌how we work.

Recently Blog Post

D365 CRM: Call Azure Function from Dynamics CRM using Plugin Webhook


D365 CRM has the feature to call an Azure Function app as a plugin step triggered in a target event of an entity record, for example in the create of an account record. To archive this you need to develop in Visual Studio a project of type Function App an create a Http Trigger Get function in this project with the following code to read the request of CRM:
 


This simple code will get the request body as a string that you can parse in a JSON object. You can use RemoteExecutionContext class to actually get all the contextual information into the Function app and then use it further.
Once ready your code, Publish in Azure.
Open Plugin Registration Tool to register the new Webhook:
 


Enter the Webhook details. Select Authentication type as WebhookKey:

 

To get the URL and the key, go to the Function App deployed in portal and look </> Get function URL to copy the function URL:

 

The key will be the value after code= in the URL. Paste it in the Webhook and Save.
 
Then create a New Step inside of the Webhook in a target event of the entity (for example in the Create of account) and test it.
 
You can check the log of the function to see the request body that CRM sent to the Function App:
 
And with this, you can call Azure Function using Plugins with D365 CRM.

Enjoy it!

Continue reading...

Secondary idea