Comments on: Bulk Execute On-Demand Workflow with Kingswaysoft SSIS/2014/06/24/bulk-execute-on-demand-workflow-with-kingswaysoft-ssis/Sharing my work and study experience with technologies.Tue, 05 Jun 2018 00:09:22 +0000hourly1http://wordpress.com/By: Andre Margono/2014/06/24/bulk-execute-on-demand-workflow-with-kingswaysoft-ssis/#comment-390Tue, 05 Jun 2018 00:09:22 +0000/?p=480#comment-390In reply to Danny Barren.

if I understand your question correctly, you want to run an on-demand workflow against a list of contacts in a spreadsheet.

Then there are a few options here:
1. use SSIS + Kingswaysoft, use excel data source and use KingswaySoft destination to execute workflow based on the contact id.
2. Use a temporary entity in Dynamics where you have a lookup to contact (to resolve based on the contact id) and then run the on demand workflow against them. once finished, delete the records.

]]>
By: Danny Barren/2014/06/24/bulk-execute-on-demand-workflow-with-kingswaysoft-ssis/#comment-389Mon, 04 Jun 2018 19:14:00 +0000/?p=480#comment-389How would I use a workflow to create an on-demand process that would update multiple contacts under a single account with excel data? I wouldn’t be adding contacts, only updating existing contacts. The people in the excel sheet would be the same as the contacts under the account. The contacts in the excel would be linked to those in the CRM by means of a tagged id number. Can I create a workflow to do this, or would I need to use a plug in?

]]>