WebScript that creates a new Space?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2008 03:40 AM
Hello,
Has anyone written a Web Script that creates a new Space (passed as a parameter) within an existing Space (also passed as a parameter)?
If the answer is yes…. can you share the full code example?
Has anyone written a Web Script that creates a new Space (passed as a parameter) within an existing Space (also passed as a parameter)?
If the answer is yes…. can you share the full code example?
Labels:
- Labels:
-
Archive
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2008 01:14 PM
FlexSpaces has a create space web script in its xml data web script package
http://forge.alfresco.com/projects/flexspaces/
See
integratedsemantics/space/createSpace.post.desc.xml
Takes either parent nodeid or path, new space name
(optionally title, description, template node id, non default symbolic icon name)
Steve
http://forge.alfresco.com/projects/flexspaces/
See
integratedsemantics/space/createSpace.post.desc.xml
Takes either parent nodeid or path, new space name
(optionally title, description, template node id, non default symbolic icon name)
Steve

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2008 03:46 PM
Hi,
I am new to Alfresoc, so I am trying to understand the structure and how it works.
Actually, I am trying to make some customization on the code based on what I need, but I need some help for that.
what I am trying to do is to create project folder and inside this project folder there should be many sub-folders.
For example; I want to creat a project folder, once I create it, it shoul contain: Project Deliverables folder, and inside this folder, there should be Concept folder.
so please can any one help me to do that?
Thanks,
I am new to Alfresoc, so I am trying to understand the structure and how it works.
Actually, I am trying to make some customization on the code based on what I need, but I need some help for that.
what I am trying to do is to create project folder and inside this project folder there should be many sub-folders.
For example; I want to creat a project folder, once I create it, it shoul contain: Project Deliverables folder, and inside this folder, there should be Concept folder.
so please can any one help me to do that?

Thanks,

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2008 04:13 PM
what you want to do create a folder with all the subfolders you want in /Company Home/Data Dictionary/Space Templates/<your template folder>
then give the node id of <your template folder> to the flexspaces create spaces webscript optional t={templateId?} arg
then give the node id of <your template folder> to the flexspaces create spaces webscript optional t={templateId?} arg

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2008 09:26 AM
Thanks for replaying.
Actually, I created folders and subfolder in Company Home/Data Dictionary/Space Templates,
but after that I did not understand what I have to do, could you please explain that to me in more details.
Thanks again.
Actually, I created folders and subfolder in Company Home/Data Dictionary/Space Templates,
but after that I did not understand what I have to do, could you please explain that to me in more details.
Thanks again.
