| attr2dbFields.put("finiteCapacityREG07","FINITE_CAPACITY");
attr2dbFields.put("activityCodeSal09REG07","ACTIVITY_CODE_SAL09");
res = new CustomizeQueryUtil().updateTable(
conn,
new UserSessionParameters(username),
pkAttrs,
oldVO,
newVO,
"REG07_TASKS",
attr2dbFields,
|