Incremental Load in SSIS Made Easy
In this blog post we will cover how you can use SSIS Productivity Pack to quickly develop SSIS incremental load packages within one data flow without needing to perform any lookups.
Integration between Magento and Microsoft Dynamics 365/NAV
In this blog post we will discuss how you can integrate your commerce platform (Magento) with your ERP (Microsoft Dynamics 365/NAV) to provide seamless data transfers between the two systems.
How to Retrieve Incremental Changes from CRM in your ETL Process
In this blog post we discuss how you can take advantage of CRM Change Tracking within your data synchronization project to only sync records that have changed.
Dance with CRM Statuses In ETL Project
Microsoft Dynamics 365/CRM entities often have some special statuses that would prohibit update of the entity record when there are any other fields involved but the record itself is in a certain status. One of such entities is the CRM case entity which has a physical name of incident in the system. If a case is resolved, you can't make any further updates to the record, otherwise you will receive an error indicating the case has been resolved, it needs to be reopened in order to make changes. This applies to other entities that might have similar restrictions, and it imposes a challenges to data integration (or ETL) development. In this blog post, I will show you how to work around this situation.
Access CRM Fields in an Efficient Way
As a professional Dynamics 365/CRM developer, you want your code to be as efficient as possible. I have often run into a code structure that first checks the existence of a particular field value in CRM entity property bag, and then trying to access the value using a dictionary lookup. This is very inefficient. In this blog post, I will show you why and how you can address the situation.
Migrate CRM close or resolution entity records in your ETL process
Microsoft Dynamics 365/CRM uses some close entities to capture the reason why the primary record was closed with some additional information. In this blog post I discuss how to migrate CRM close or resolution entities in your ETL process properly to avoid creating duplicates for those entities in your target system.
ACS Deprecation - What does this mean to you as a 365/CRM developer
Microsoft has retired the support of ACS. This blog post discusses what this means to you as a Dynamics 365/CRM developer, and what action should be taken moving forward.
The Mysterious Duplicate Status Records in CRM Audits
At KingswaySoft, we always try to embrace new platform features as much and as soon as we can. However, in our support effort in helping one of our clients, we ran into a very strange situation that when we try to make an update of a CRM record's statecode/statuscode fields, it will always create two audit records for one service call. In this blog post, I will show you the symptom of the problem and how you can fix it.
Cascaded Lookup in Your CRM SSIS/ETL Project
There are often times when you need to perform a cascaded lookup in your CRM SSIS/ETL project for cases such as when a lookup field could be located in 1 of 2 fields. This blog post will show you how you can perform such cascade lookups
Extracting CRM Attachments with Ease
There are many reasons that you might want to extract attachments from Microsoft Dynamics 365/CRM. For CRM online users one of the most appealing reason might be uploading the CRM attachments to a cloud storage such as SharePoint or OneDrive as a more cost-effective storage option. In this blog post, I will show you how to extract CRM attachments and save them to your local file system.
Happy Holidays!
Happy New Year from all of us at KingswaySoft, thank you for helping us have a great year.
Update CRM Entityimage in 3 Easy Steps Using Premium Derived Column
In this blog post we will cover how you can very easily update CRM Entityimage within SSIS using the new Premium Derived Column.
Find and Merge CRM Duplicates With Ease Using SSIS Productivity Pack
This blog demonstrates how to use our SSIS Duplicate Detector component to find and merge duplicates with ease in CRM.
Our Week at UG Summit 2016 in Tampa, Florida
A breif recap of our week at UG Summit 2016 in Tampa Florida as CRMUG Sponsor Attendees.
How to Move Active Directory Objects with Ease
This blog demonstrates how to use our Directory Services toolkit to move and rename users, computers, groups, and service accounts to a new container path.
Announcing Migration Starter Pack for CRM Online and CRM On-Premise
CRM migration can be a daunting task as there are many things that can go wrong during the migration development process. For this reason, we are very excited to announce the general availability of a sample CRM migration package that you can take, use and even customize to your specific migration needs. We hope you find this useful.
Migrating CRM Activity Entities Properly
There are a few challenges when trying to migrate CRM activity entities. In this blog post, we will try to address some of those challenges and show you some ETL design patterns that you can use for your CRM activity migration.