Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
if((Integer)globalMap.get("tMysqlOutput_1_NB_LINE_INSERTED") >1){
globalMap.put("weHaveDaysToPurchase",true);
}else{
globalMap.put("weHaveDaysToPurchase",false);
}
(Boolean)globalMap.get("weHaveDaysToPurchase")