Quantcast
Channel: PTC Community : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 11539

{VarianceReport}

$
0
0

Anyone seen documentation on how these types of reports can be used in workflow task?

{VarianceReport}.jpg

wt.change2.WTChangeOrder2 ecn = (wt.change2.WTChangeOrder2) primaryBusinessObject;

StringBuilder sb= new StringBuilder();

wt.util.WTProperties props = wt.util.WTProperties.getLocalProperties();

String LCSTATE_APPROVED = props.getProperty("ext.piab.lifecyclestate.approved");

String LCSTATE_UNDERREVIEW = props.getProperty("ext.piab.lifecyclestate.underreview");

String LCSTATE_REWORK = props.getProperty("ext.piab.lifecyclestate.rework");

String LCSTATE_CLARIFY = props.getProperty("ext.piab.lifecyclestate.clarify");

sb.append(LCSTATE_APPROVED);

sb.append(LCSTATE_UNDERREVIEW);

sb.append(LCSTATE_REWORK);

sb.append(LCSTATE_CLARIFY);

String states = sb.toString();

VarianceReport = ext.#####.change.order.ChangeOrderHandler.getVarianceReportLink(ecn, states);


Viewing all articles
Browse latest Browse all 11539

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>