Aspose Cloud AutoMerge

The Aspose AutoMerge is an open source add-on to be used with Microsoft Dynamics CRM. This add-on is capable of generating document using template and attaching them to Any Entity, Letter, sending emails, Generating Copy of document and upload document on cloud storage. Easily configure a workflow and generate documents from templates. Aspose .Cloud AutoMerge can be used with all versions of Microsoft Dynamics CRM 2013, 2015 and CRM Online.

Major features of this Addon are:

  • Create Templates in Microsoft Word and Upload them in CRM.
  • Create a Document in CRM using the templates.
  • Allow users to Add OptionSet fields in the templates.
  • Allow users to Add Lookup fields in the templates.
  • Provide functionality to attach the generated document with letter.
  • Provide functionality to attach the generated document with email.
  • Provide functionality to attach the generated document to any entity.
  • Provide functionality to send the email.
  • Provide functionality to create a copy of document.
  • Upload the document on Cloud Storage.
  • Delete document when not required (usually used after uploading to Cloud or sending via email).

System Requirements

In order to install and use Aspose Cloud AutoMerge for Microsoft Dynamics CRM you need to have one of the following CRM version 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 addon will work with all version of Microsoft Dynamics CRM:

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

Support

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

You can log any issues or suggestions related to Aspose Cloud AutoMerge using any of the following platforms:

Extend and Contribute

You can download the latest source code at:

Execute MailMerge on Cloud file:

        private string ExecuteMailMerge(CloudAppConfig Config, string Xml)

        {
            try

            {
                string URIRequest = Config.ProductUri + "/words/" + Config.FileName + "/executeMailMerge";

                string URISigned = Sign(URIRequest, Config.AppSID, Config.AppKey);

                string outputFileName = null;

                using (Stream responseStream = ProcessCommand(URISigned, "POST", Xml, "xml"))

                {
                    string strResponse = null;

                    using (StreamReader reader = new StreamReader(responseStream))

                    {
                        strResponse = reader.ReadToEnd();
                    }
                    using (MemoryStream ms = new MemoryStream(System.Text.Encoding.UTF8.GetBytes(strResponse)))

                    {
                        XPathDocument xPathDoc = new XPathDocument(ms);

                        XPathNavigator navigator = xPathDoc.CreateNavigator();

                        //get File Name

                        XPathNodeIterator nodes = navigator.Select("/SaaSposeResponse/Document/FileName");

                        nodes.MoveNext();

                        outputFileName = nodes.Current.InnerXml;

                        return outputFileName;
                    }
                }
            }
            catch (Exception ex)

            {
                throw ex;
            }
        }

Downloading

You can download Aspose Cloud AutoMerge 2.0.0.2015 for CRM from one of the following locations:

You can download Aspose Cloud AutoMerge 2.0.0.2013 for CRM from one of the following locations:

You can download Aspose Cloud AutoMerge 1.0.0 for CRM from one of the following locations:

Installing Aspose Cloud AutoMerge

It is simple to install Aspose Cloud AutoMerge. Please follow below Instructions:

  • Download the Solution File.
  • Open CRM and go to Import Solution.
  • Click Browse and select the downloaded solution file and click next.
  • Click Next and wait for the solution to import.
  • Click close when the solution is imported successfully.

Applying License

Uninstalling Aspose Cloud AutoMerge

  • Go to solution and select “Aspose Cloud AutoMerge”.
  • Press the Delete button.