How to use SetState for Promotion Request Objects using Expression Robot of workflow?
Hi Gurus,
I am using Windchill 11.0 M010, The selected Promotion Request Targets/Objects should move to a Life Cycle Stateusing API,
following APIs tried use,
QueryResult qr = wt.maturity.MaturityHelper.service.getBaselineItems((PromotionNotice pn);
2. Set state for the Promotion Notice objects:
wt.lifecycle.LifeCycleServerHelper.service.setState(LifeCycleManaged object, State state);
I have the code however i am unable to compile , setState is not recognizing.
Please help me
Thanks & best regards,
Mahesh

