Skip to main content
10-Marble
August 14, 2023
Solved

By Pass revise transition Or Set Object Revision to specific Revision

  • August 14, 2023
  • 1 reply
  • 1157 views

Hi,

 

Is anyone aware of  below cases,

  • API to by pass the revise transition of the object to set new version

OR

  • API to set version to specific version without revising to new revision of the object.

Please let me know if anyone aware of this cases or any alternative if you feel.

 

Thanks in Advance

 

 

 

Best answer by abhishekarya

You can see the APIs behind ChangeRevisionLabelUtility, internally they are using the below API, but they are doing a bunch of validation before, so if you can directly use ChangeRevisionLabelUtility that would be great, details are explained on this help center page: Changing the Revision of Objects (ptc.com)

VersionControlHelper.service.changeRevision(paramArrayList.get(0), newRevision, true);

1 reply

14-Alexandrite
August 14, 2023

You can see the APIs behind ChangeRevisionLabelUtility, internally they are using the below API, but they are doing a bunch of validation before, so if you can directly use ChangeRevisionLabelUtility that would be great, details are explained on this help center page: Changing the Revision of Objects (ptc.com)

VersionControlHelper.service.changeRevision(paramArrayList.get(0), newRevision, true);