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
Hi All,
Our client would like that when creating a New View Version for a WT Part in revision A for example, the new view version has revision B, instead of A as it is OOTB.
Any ideas here?
Thank you.
Overwrite the create new view form processor. There you can edit attributes, disconnect documents, etc. I'm pretty sure you also can set the version since the object is not persistable yet.
Hello,
That is also our idea and we used the
VersionControlHelper.service.changeRevision(manufacturingPart, nextRevision) to change the revision but the problem is in this case the revision is not changed only for the Manufacturing Part but also for the Design. So instead of having revision A Design and revision B Manufacturing you get B Design and B Manufacturing.
Alex