Our company has long been using a folder structure through multiple disiplines. I would like to continue this structure but CONNECT only seems to allow new folders to be created under the Standards folder. When creating a Workspace or Workset, is it possible to add folders, in a configuration, other than to the Standards folder?
Thanks
Yes. please see my responses in this post
https://communities.bentley.com/products/road___site_design/f/geopak-inroads-mx-openroads-forum/145475/question-concerning-creating-ord-version-2-workset-templates/442653#442653
For more information about the Road and Site design tools, visit the Road and Site design WIKI at: http://communities.bentley.com/products/road___site_design/w/road_and_site_design__wiki
Nico,
Thank you for your reply. I am looking to place folders directly under the WorkSets folder name. I tried several config variations with this option but keeping getting errors.
Workspace Name = RDOT
WorkSets Name = 12345-11
G:\Workspace\RDOT\Worksets\12345-11\(New Folders here, including dgn, out & Standards)\
Thank you for your time on this.
In your workspace setup cfg, you would need to set MY_WORKSET_LOCATION =G:\Workspace\RDOT\Worksets\
when you create the workset 12345-11, the subfolders you define will be created.
to set those you have to set it on the config file in this lines
#============================================================================# Subdirectories to be created when a new WorkSpace is created.#============================================================================_USTN_WORKSPACESTANDARDSUBDIRS = Cell;Data;Seed;Symb;Macros;Sheet Borders;Superelevation;Template Library_USTN_WORKSPACESTANDARDSUBDIRS > Dgnlib;Dgnlib/GUI;Dgnlib/Render;Dgnlib/DrawComp;Dgnlib/Links;Dgnlib/ClashDetection;Dgnlib/Printing_USTN_WORKSPACESTANDARDSUBDIRS > Dgnlib/Civil Cells;Dgnlib/Feature Definitions;Dgnlib/Sheet Seeds;Dgnlib/Graphical Filters#----------------------------------------------------------------------------
#============================================================================# Subdirectories to be created when a new WorkSet is created.#============================================================================_USTN_WORKSETSTANDARDSUBDIRS = Cell;Data;Seed;Symb;Macros;Sheet Borders;Superelevation;Template Library_USTN_WORKSETSTANDARDSUBDIRS > Dgnlib;Dgnlib/GUI;Dgnlib/Render;Dgnlib/DrawComp;Dgnlib/Links;Dgnlib/ClashDetection;Dgnlib/Printing_USTN_WORKSETSTANDARDSUBDIRS > Dgnlib/Civil Cells;Dgnlib/Feature Definitions;Dgnlib/Sheet Seeds;Dgnlib/Graphical Filters#----------------------------------------------------------------------------
Will I need to hard code my Workspace location every time a new Workspace is created? I tried using this method and the folders continue to be created under the Standards folder or not created at all.
Has this been addressed yet? I, too, would like to add folders to the WorkSet location in addition to the dgn, standards, and out folders.