Hi Community!
I want to enter values manually while version syncing. Is there a method to this?
Solved! Go to Solution.
This is possible in a limited way in a workspace and there is a preference to enable manual setting of revisions:
Users can create parts and cad docs in a workspace and if they upload only, they can revise items before first check in to advance them to a later starting revision. This takes extreme forethought and after check in, options are limited to address.
The preference above should allow a drop down to pick a revision from the series on revise of an existing item. I would test that before deploying. Its a lot of power in users hands to make a mess.
Could you be a bit more specific?
Are you talking about picking revision values manually? Or updating attributes manually?
Hi @Dobi ;
When I want to version, I want to manually set the value in the red field.
For example here it goes from the first version to the second version. I don't want to skip this version like this. When I enter the value 5 in the New Version field, I want it to go to the fifth version.
This is possible in a limited way in a workspace and there is a preference to enable manual setting of revisions:
Users can create parts and cad docs in a workspace and if they upload only, they can revise items before first check in to advance them to a later starting revision. This takes extreme forethought and after check in, options are limited to address.
The preference above should allow a drop down to pick a revision from the series on revise of an existing item. I would test that before deploying. Its a lot of power in users hands to make a mess.
Can I impose authorization restrictions on users after turning this feature on?
What kind of restrictions? You can limit who can revise. Anything more than that, you would need to add a listener with custom business rules.
Can you give more details? How will I do it?
For restricting access to revise, that is just straight ACLS in the Policy Admin. You cannot limit who can use this feature to change the next available revision when revising. As for customization, the customer's guide detailed how to create a listener. You'd be listening on the revise event and then interrogating to see if it meets any custom restrictions you want to implement. That's a bigger conversation but let's start with what you mean by imposing authorization restrictions.
I urged caution since 99% of the time, uses should accept the next revision as presented by the system. Allowing users to change opens up the possibility for users to from 02 to 09 and for what reason would that be? If you wanted fix it or insert 06 rev, you have to do some deletions and recreations. It can get messy.
They only time I ever need to muck with revs is on initial creation. Sometimes we bring in data that starts life at a higher revision. I've resorted to DB edits to handle these since its rare but would like to add an action to alter revision.