Vault data standart cannot get naming for category when saving in inventor

Vault data standart cannot get naming for category when saving in inventor

erasarnova
Enthusiast Enthusiast
392 Views
1 Reply
Message 1 of 2

Vault data standart cannot get naming for category when saving in inventor

erasarnova
Enthusiast
Enthusiast

Hi,

 

We installed data standard and set a file naming system to Engineering category. When we create file inside vault client, it is ok, it gets naming scheme automaticly. However when we create file at inventor, Engineering category shows up as default but naming scheme does not show up. We either have to select naming scheme or we have to hover around other categories then select Engineering back on, when we done that naming scheme shows up automaticly. Is there a fix for this issue? Also how can we adjust a custom category to show up default at saving window?

0 Likes
Accepted solutions (1)
393 Views
1 Reply
Reply (1)
Message 2 of 2

gandhey
Autodesk
Autodesk
Accepted solution

Hello,

 

Can you please change the order in your .ps1 file (either default.ps1 or your custome.ps1 file)  in the function "function InitializeWindow"  and try .

Make is like below : (bring 'InitializeNumSchm' ahead of the 'InitializeCategory' function)

InitializeNumSchm
InitializeCategory

 

This way you will not need to pick another category or so to get the desired numbering scheme.

Default numbering scheme will get picked for Engineering category directly.

 

Regards,

Yogeshwar

(Vault team)

0 Likes