Поделиться через


Instance Adapter for Microsoft Dynamics CRM is now on GitHub as open source

Today the Instance Adapter for Microsoft Dynamics CRM was published on GitHub as a public open source project using the MIT license.  The current release listed there is a pre-release version for folks to test out and start contributing to if they would like to.  The wiki on the GitHub site has the installation and configuration steps for the instance adapter listed as well.

The current version has not been changed from the previous version that was available last year.

<microsoft.github.io/Instance-Adapter-for-Microsoft-Dynamics-CRM>

It should be noted that this adapter IS NOT supported by Microsoft support.  This is a community-based project and as such, it is supported via the developer community at the above GiHub site.

Comments

  • Anonymous
    November 04, 2015
    Hi! Can you explain how to use it?

  • Anonymous
    November 04, 2015
    @Eugene - the instructions are on the wiki at the GitHub site.

  • Anonymous
    November 18, 2015
    There is a limitation in CRM with neg. Values in manualdiscountamount. You can actually work around if you use the AbsoluteValue() function: AbsoluteValue(Sum(Product(Sales LineItemLine Disc, Sales LineItemSales Qty), Product(Product(Subtract(Sales LineItemSales Price, Sales LineItemLine Disc), Divide(Sales LineItemLine Percent, 100)), Sales LineItemSales Qty)))