Hello everyone,
I've created a batchjob using operation framework. As usual, there is an UIBuilder class that manage the DialogField. like this :
dlgCustAccount = this.bindInfo().getDialogField(this.dataContractObject(), methodStr(MyContractClass, parmCustomerAccount));
How to make every time we run the batch job, this Dialog Field is empty ?
Thanks,