Implementing OAuth REST Connections for NetSuite in SSIS Processes
In NetSuite, we have introduced the option to work with REST Token-Based authentication to establish a connection with your NetSuite environment. This modern approach offers flexibility with access to objects and the actions to perform on them and is lightweight.
Capture and Work with Output Parameters from SQL Stored Procedures using KingswaySoft
In SQL, Stored procedures provide the option to use Output parameters as a way to return back data to the query which has called the procedure, and this can in turn, be beneficial for improved code organization and better performance. With our latest version of SSIS Productivity Pack, we have introduced Output parameter handling support to a few of our component tasks. In this blog post, we will be looking specifically at our Premium SQL Server components and how they can manage this.
Use Azure Managed Identity Authentication to Secure your Dataverse/Dynamics CRM Connections
Azure AD (Microsoft Entra ID) Enterprise Applications have long provided robust authentication for Dynamics 365/Dataverse integrations using client secrets or certificates - proven methods that remain secure when properly managed. However, for teams seeking to further streamline operations and align with modern Azure-native practices, we’re thrilled to announce the newly added Azure Managed Identity authentication option in the Dataverse/CDS/CRM Connection Manager in our v25.1 release of SSIS Integration Toolkit for Microsoft Dynamics 365 made available on April 4, 2025.
Schedule and Automate SSIS Package Executions Using KingswaySoft Integration Gateway
There are various ways to schedule and run SSIS packages once deployed onto a server with integration services enabled on it. In this blog post, we will be going over the steps that are involved to easily schedule your packages and automate the process using our KingswaySoft Integration Gateway, which is an easy and efficient approach.
Working with Custom Attributes in Azure Active Directory using KingswaySoft
While working with Azure Active Directory (AD) objects like users and groups, if you require additional fields to fit your requirements, these can be managed by creating custom extension attributes. These are user-defined custom metadata that can be created in the Azure portal or through the API. In this blog post, we will go over the steps involved in manually adding and working with these custom extension attributes in your SSIS data flow using KingswaySoft.
Working with Shopify API using KingswaySoft GraphQL Components
GraphQL offers significant advantages over REST, making it the preferred choice for Shopify integrations. In this blog, we'll show how to configure KingswaySoft's GraphQL components to efficiently connect, read, and write data to Shopify's GraphQL API. From authentication and pagination to querying nested data, we'll cover key setup steps and best practices for optimizing your integration.
Achieve Incremental/Delta Data Load Logic in Any Data Flow with KingswaySoft
Having an incremental load or capturing delta changes is crucial for any integration scenario. This increases efficiency and allows to reduce the load during each package execution run by reading only the changes that occurred after the last execution from the Source system. In this blog post, we will show you a simple design using KingswaySoft components that can be applied to almost any data flow requiring incremental load capabilities.
Applying Assignment Rules During Salesforce Integration Using KingswaySoft
Assignment rules are a set of criteria that determine how a lead or case will be assigned. They are a powerful feature in Salesforce that can help automate your organization's process for working with leads and cases. In this blog post, we will go over how to create Assignment Rules and how to effectively use them when importing records with Kingswaysoft SSIS Integration toolkit for Salesforce.