Update Import Tool for Dynamics CRM

Contents Summary

Introduction

The Aspose Update Import Tool is an open‑source add‑on to be used in Microsoft Dynamics CRM. This add‑on is capable of automatically updating and/or exporting data from CRM to Aspose.Cells spreadsheets. We don’t need to do anything manually; just install this add‑on to make our work easier and faster.

This add‑on provides functionality to automatically update and/or export from CRM. One click will import/export the record to/from CRM.

Major features of this add‑on are:

  • Establish a connection to the desired CRM.
  • Allow the user to select the desired entity and fields.
  • Get the records from CRM and display them in a grid.
  • Export the records to an Aspose.Cells spreadsheet.
  • Get the records from an Aspose.Cells spreadsheet and display them in a grid.
  • Export the records from the grid to CRM.

System Requirements and Supported Platforms

System Requirements

In order to install and use Aspose .NET Update Import Tool for Microsoft Dynamics CRM you need to have one of the following CRM versions installed:

  • Microsoft Dynamics CRM 2013.
  • Microsoft Dynamics CRM 2015.
  • Microsoft Dynamics CRM Online.

Please feel free to contact us if you find any issues in installing or using this add‑on.

Supported Platforms

This add‑on will work with all versions of Microsoft Dynamics CRM:

  • Microsoft Dynamics CRM 2013.
  • Microsoft Dynamics CRM 2015.
  • Microsoft Dynamics CRM Online.

Downloading

You can download Aspose .NET Update Import Tool for CRM from one of the following locations:

Installing or Uninstalling

It is a custom‑developed tool and doesn’t require any installation or uninstallation.
You simply need to download the tool, extract it on your drive, and it is ready to use.

Applying License

Add the following code in the form by providing the path to the license file:

if (LicenseFilePath != "" && File.Exists(LicenseFilePath))
{
    License Lic = new License();
    Lic.SetLicense(LicenseFilePath);
}

Using

Easily configure and use Aspose .NET Update Import Tool for Dynamics CRM by following the instructions here.

Support

We offer free support. Anyone who uses our product, whether they have purchased it or are using an evaluation, deserves our full attention and respect.

You can log any issues or suggestions related to Aspose .NET Update Import Tool using any of the following platforms:

Extend and Contribute

This add‑on is open source. The scenario we have created and resolved may differ from the end user’s needs. You can download the latest source code and update it according to your business requirements.

Please find the latest source code and code examples here.