Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Jim,
Not sure which API's you are using. however below code mighe work for you
WTChangeRequest2Master ecrMaster = (WTChangeRequest2Master) ecr.getMaster();
ecrIdentity.setNumber("newNumber");
PersistenceHelper.manager.refresh(ecrMaster);