Quantcast
Viewing all articles
Browse latest Browse all 9164

Re: Translation of Custom Messages on Extended BOs

Correct the following

 

if(userLanguage == "FI") { MsgERPData_FI.Create("E");}

        else { raise MsgERPData.Create("E");}

 

with

 

if(userLanguage == "FI") { RAISE MsgERPData_FI.Create("E");}

        else { raise MsgERPData.Create("E");}

 

refresh and reactivate all.


Viewing all articles
Browse latest Browse all 9164

Trending Articles