tcORF service

Allows to manage Reconciliation Fields

Create in Resource

Add a new required Field named MyField of type String to a Resource with the key 129:

tcORF service = (tcORF) getService(tcORF.class);
service.initialize("", new byte[0]);
 
service.setString("obj_key", "129");
service.setString("orf_fieldname", "MyField");
service.setString("orf_fieldtype", "String");
service.setString("orf_required", "1");
 
service.save();

Tables

  1. ORF
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License