cancel
Showing results for 
Search instead for 
Did you mean: 

MII 12.0 to 12.2 issues

Former Member
0 Kudos

Taking into account that Local.status is a String local attribute in a MII Transaction, the conditional statement above works in MII 12.0 within a Conditional Action Block:

Local.status >= "A"

But the same statement does not work in MII 12.2 (because we know that the correct sintax should be 'string-if( Local.status != "A", 1, 0 )').

So we have to migrate MII to version 12.2, how could we solve this issue in all our transactions without have to change each MII Transaction ?

Accepted Solutions (0)

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

Does the migration handle this?  Assuming the transaction based legacy processing mode would be enabled it might keep working like you have with 12.0.  Obviously longer term it would be best to use the proper syntax, but have you tried importing a TRX or doing a project 12.0 export/12.2 import?

Former Member
0 Kudos

Thank you Jeremy Good, please how can I enable the transaction based legacy processing mode ?


About the export / import I don´t know it because another person has done it.

jcgood25
Active Contributor
0 Kudos

There should be a Boolean property in your transaction.