Appian 18.3 to 18.2 downgrade

Hi,

Due to client reasons we need to move some code developed in Appian 18.3 (cloud) to another Appian instalation in 18.2 (on premise) . So, we need to downgrade.

We need to know if it works in the same way that the export/import application utility. Is there any problem? 

Thanks a lot

  Discussion posts and replies are publicly visible

Parents Reply
  • when you attempt to import, the import will fail because of missing "components"...find those in the XML and comment them out...for instance if it can't import because function "a!whatEver" doesn't exist, find all instance of "a!whatEver" and comment that entire function out...once you import, you will have to replace "a!whatEver" with a function from 18.2 to replace that functionality...note: if "a!whatEver" is in SAIL, you can just put SAIL comments around it to see that was commented out "/* a!whatEver(blah, blah, blah...)*/"
Children
No Data