Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
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.
Hello
WorkInProgressHelper.service.checkout and WorkInProgressHelper.service.checkin method.
regards
I don't know what your IBAUtil has available or how it works, but see if it's got a checkout and checkin method. If so, it'd probably be something like ibautil.checkout, ibautil.setorcreate, ibautil.save, and ibautil.checkin
In fact the response will be simply:
ibautil.saveObjectWithIteration(); ?