Question
Workflow in pdmlink
i would have at the end of the promotion that the ecaddocument take a new iteration.( e.g from 1.2 to 1.3 )
today the command is:
with expression:
if(ibaUtil!=null){
ibaUtil.setOrCreateIBAValue("PRODUCT_DATA_CONTROLLER", verificateur);
ibaUtil.setOrCreateIBAValue("DATE", verificateurDate);
ibaUtil.saveObjectWithoutIteration();
i do not know the command which allows us to move to a higher itération.
Thanks.

