Home image

Over than 20 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


Home image


Contact Us for free trial and recomendations.

Home image
Home image

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.

Home image

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.

Home image

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.

Home image

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: Use Selenium IDE to select controls in the Entity Form for Test Automation


By default, when you are building an automated test process using the Selenium IDE, this program will select the controls by ID or CSS Class by default. But some pages have the little problem that the ID or the Class value change in every refresh/session so this will throw an exception in the test process. An example of this is the Model Driven form of D365 CRM. Let’s take the example to select the Save button of the ribbon:

 

In the next refresh/session the Id will change like this:

 

Notice how the Id of the button change from contact|NoRelationship|Form|Mscrm.SavePrimary01-button to contact|NoRelationship|Form|Mscrm.SavePrimary00-button. How to avoid it? Using the “xpath contains” selector instead of the id like this:

xpath=//button[contains(@id, contact|NoRelationship|Form|Mscrm.SavePrimary')]

The xpath will look for a button where the attribute id contains “contact|NoRelationship|Form|Mscrm.SavePrimary”. You can use other attributes instead of “id” like “class”, “title”, etc.

Source:
https://ui.vision/rpa/docs/selenium-ide/locators 

Enjoy it!
 

Continue reading...

Home image
Home image
Home image
Home image