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

FETCH_XML_PLACEHOLDER

D365 CRM: How to access in Canvas APP the form fields of an Entity record


By default, when you create a Canvas App and try to access the form fields of an entity record, these fields will not be present in the designer:

 

To do this you need to add first the Canvas APP in the form. Copy your Canvas APP Id in the Details section:

 

And paste it in the form editor:


 
The Entity name field will auto populate the entity logical name of the form, in this case Contact.

Then click the Customize button. This will be open a new window to edit the Canvas APP but now with a new component: ModelDrivenFormIntegration.
 
Then select the control you need to use to show the field value, for example fullname. In the Text function put “[@ModelDrivenFormIntegration].Item.'Full Name'”. But this will throw an error because we need to specify to ModelDrivenFormIntegration the DataSource. To do this add the Entity in the Data section:

 

And map that in the DataSource property of the ModelDrivenFormIntegration.
 
And now you will see the values correctly:

 

Save and publish the Canvas APP.
Save and publish the form.
 
Enjoy it!

Continue reading...

Secondary idea