products.insert();
}
private static void addSTATUS(String statID, String statDESC, String BPM,String orgDN)
{
CALLSTATUS callStatus = new CALLSTATUS();
callStatus.setSTATUSID(statID);
callStatus.setSTATUSDESC(statDESC);
callStatus.setACTIVITYBPM(BPM);
callStatus.setTENANTID(orgDN);
callStatus.insert();
}