Good Morning All,
I'm looking for a API call (for 9.1 M050) that will change the state based version from Numeric to MilSpec for New View Version parts. I'm pretty sure that the VersionControlHelper. nextVersionId class will give me the next version in the scheme, but the New View Version part is not supported by the changeRevision method. Does anyone know how to change the version for these type of parts? Any clues would be helpful. Thanks ...
versionID = wt.vc.VersionControlHelper.nextVersionId(verObj);
wt.vc.VersionControlHelper.service.changeRevision(verObj, versionID.getValue(), true); // Not supported for New View Version parts
Mike