Skip to main content
3-Newcomer
October 23, 2013
Question

Workflow in pdmlink

  • October 23, 2013
  • 2 replies
  • 1147 views

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:

Capture.PNGwith 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.

2 replies

GregoryPERASSO
16-Pearl
October 23, 2013

Hello

WorkInProgressHelper.service.checkout and WorkInProgressHelper.service.checkin method.

regards

1-Visitor
October 23, 2013

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

keganich3-NewcomerAuthor
3-Newcomer
October 23, 2013

In fact the response will be simply:

ibautil.saveObjectWithIteration(); ?