oCnf = new Configurations(oDnf);
oUsrsGrp.grantReadOnly(oDnf);
oOpersGrp.grantReadOnly(oDnf);
}
Document oEns = oDms.newDocument(oDms.getDocumentType("Endorsements"), oCnf.getDocument());
oEns.save("");
oSess.commit();
Document oEnd = oDms.newDocument(oDms.getDocumentType("Endorsement"), oEns);
oEnd.attribute("endorsement_id").set("01");
oEnd.attribute("endorsement_mask").set("JJJUUUSSS%03d");
oEnd.attribute("endorsement_text").set("Ipsa [date_dd/MM/yyyy] [Endorsement.endorsement_mask]");