demianrasko / Dynamics-365-Workflow-Tools

Dynamics 365 Workflow Tools is a Community solution that expands Microsoft Dynamics 365 (CRM) Workflow features with lots of new posibilities. This helps you to build very advanced Codeless solutions in CRM.
Microsoft Public License
466 stars 222 forks source link

Compatibility issue with Dyn365 9.1 Update 1.3 - on-premises #246

Open lazarus987 opened 3 years ago

lazarus987 commented 3 years ago

Describe the bug Latest (Dynamics365WorkflowTools_1_0_61_1_managed.zip) package cannot be imported in Dynamics 365 9.1 - Update 1.3

Expected behavior and actual behavior.

Expected behavior Solution is successfully imported.

Actual behavior Solution is not imported. See below error details.

Steps to reproduce the problem (screenshots are really usefull)

Steps to reproduce the behavior:

  1. Download latest released package - Dynamics365WorkflowTools_1_0_61_1_managed.zip
  2. Try to import solution in Dynamics 365
  3. Error is displayed

image

image

CRM Version - online/onpremise - WorkflowTools version

Dynamics 365 On-premise: image

mcerdeira commented 2 years ago

Same issue here! Any plans to release it for on-premise support?

dgorla73 commented 2 years ago

Same error with Version 2104 (9.1.7.5) (DB 9.1.7.5) on-premises. As far as I know the latest working Dynamics-365-Workflow-Tools version is 1.0.51.1. No more updates for the on-prem release ?

dtrandall commented 2 years ago

Same error with Version 2104 (9.1.7.5) (DB 9.1.7.5) on-premises. Does the latest workflow tools support v9.1?

Mashryock commented 2 years ago

Same issue as those above. I could really use this to use workflows with multiselect option sets.

mc625569 commented 2 years ago

Same issue. Cant install anything past 1.0.51. which lacks the multiselect workflows.

Mashryock commented 2 years ago

I edited the first line of the Solution.xml file to my version and I was able to import it and use it with no issue. Replace the first line with this: ImportExportXml version="9.1.0.26145" SolutionPackageVersion="9.1" languagecode="3082" generatedBy="Crm" xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance

mc625569 commented 2 years ago

Thank you for this note - this worked for me.

I edited the first line of the Solution.xml file to my version and I was able to import it and use it with no issue. Replace the first line with this: ImportExportXml version="9.1.0.26145" SolutionPackageVersion="9.1" languagecode="3082" generatedBy="Crm" xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance