cancel
Showing results for 
Search instead for 
Did you mean: 

SUP2.2 Migration

Former Member
0 Kudos

Hi

     I had installed SUP2.2 but already i had developed Mobile Application Projects in SUP2.1.2. Now i want to migrate into SUP2.2. I can deploy project and generate workflow. But the custom code doesn't work in SUP2.2 after done redeploy and generate workflow. Can anyone suggest how to do that. Compare than SUP2.1.2 in SUP2.2 functions are changed.How I should migrate with existing custom code in SUP2.2

Regards

Sathiya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Sathiya,

Few of the API's are now deprecated in SUP 2.2, please make sure you are not using any of those in your code.

As Mike said in above post, you need to append hwc. at the start, but still check all APIs and MBO compatibility before you change anything.

mike_reader3
Active Participant
0 Kudos

Sathiya,

I have done a few conversions like this, my suggestion is to copy the code (function by function) from the old to new custom.js.  Also note that some function calls also ahve "hwc." in front of them now.

-Mike