Sunday 20 December 2020

Version "Vendor invoice workflow - v5" already exists. Import has been canceled AX 2012/ D365F&O

 I was getting the bellow error while trying to import the workflow configuration from DEV to UAT.


Version "Vendor invoice workflow - v5" already exists. Import has been canceled.


Usually you see this error when the work configuration is having the same version number. 

Ex: 5.0.0.0


Solution:

--------------

-> Open the workflow configuration file(XML) in notepad/notepad++

-> Search for "versionIdMajor" attribute/field in the XML. Usually, you find it in the end of the XML file.

-> Update the versionid number to higher number.

Ex: In  my case the previous number was 5 and I updated it to 6.




That's it


@Rahul


2 comments:

  1. ERP Software for Small Business | ERP GOLD
    ERP Gold is leader in erp solution for small business .Our erp solutions are easy to manage and customizable as per organization needs. So Customized to your workflow needs, equipped with modules like accounting, inventory, order processing and shipping all-in-one, this is what offered in ERP softwares for small business. For more details, get in touch with us!
    Features that ERP Gold Inventory software offers :
    • It is cloud based with SSL connection
    • Business Operation Integration
    • Top Level Security with SSL
    • Adaptability with fast deployment

    For more information, visit our website : https://www.erp.gold/
    Or Get in touch with us: 1-888-334-4472
    Address: Suite 183411, Shelby TWP, MI 48318
    Email us: support@erp.gold

    ReplyDelete

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...