Question
How can I use the updateWithLatestIterations function in Promotion in ECN?
How can I use the updateWithLatestIterations function in Promotion in ECN?
Code:
wt.change2.WTChangeActivity2 ct = (wt.change2.WTChangeActivity2) primaryBusinessObject;
wt.fc.QueryResult helper = wt.change2.ChangeHelper2.service.getChangeablesAfter(ct, false);
try {
helper.updateWithLatestIterations(ct);
} catch (Exception wte) {
wte.printStackTrace();
}
Error:
WfExpression_11.java:170: error: cannot find symbol
helper.updateWithLatestIterations(ct);
^
symbol: method updateWithLatestIterations(WTChangeActivity2)
