I want to create a Workset with the information shown below.
Has anyone done this?
Since you want to also create files you will need to look at the WorkSet Template. The WorkSet Template allows you to define a set of files and folders/subfolders for creating new WorkSets. If you don't want files to be created in the folder structure you can use the _USTN_WORKSETSTANDARDSUBDIRS to define them. The variable can be defined as follows FolderA;FolderB;FolderB\SubDirA.
~HTH
John.
yep
John Frampton said:use the _USTN_WORKSETSTANDARDSUBDIRS to define them. The variable can be defined as follows FolderA;FolderB;FolderB\SubDirA
This would be the best option and would recommend you append the variable either at the Organization or WorkSpace level
If I add this variable to my "Connect workspace.cfg" this will create the folders, Correct?
What would I need to do in order to include files (for example templates for forms) in the various folders?
We have a Project Folder Template, this contains folders, sub-folders and template files in various locations.
If I modify the workset.template file using the ustn_worksetstandardssubdirs could I add a copy function that would copy the folder and subfolders from a "blank" project folder template? This would contain all the folders, sub-folders and template files I need in place?
Brian MacCartney
Senior Designer, Electrical
When creating a new WorkSet, there is the 'Template' option (3rd line down in the dialog box) which will copy an existing WorkSet (which could contain all you need). I think of it as a 'seed' WorkSet.
HI Brian
Brian MacCartney said:ould I add a copy function that would copy the folder and subfolders from a "blank" project folder template
That is what the template project does for you.
Hi David
David Trejo-Rodriguez said:This would be the best option
Why is this the best option? In his scenario he wants files copied also. How would you recommend to do that part?