Hi,
In Message Mapping you can handle with standar functions.
Otherwise you can check this javacode
String sResult = null; if(Brand.equalS("BK") && CustomerCode.startsWith("5")) result = "X"; else result = "Y"; return result;
Regards
Hi,
In Message Mapping you can handle with standar functions.
Otherwise you can check this javacode
String sResult = null; if(Brand.equalS("BK") && CustomerCode.startsWith("5")) result = "X"; else result = "Y"; return result;
Regards