cancel
Showing results for 
Search instead for 
Did you mean: 

create folder with 'engineering server' template

robertoroberto
Champ in-the-making
Champ in-the-making
I create folder by CMLCreate class.
How can I associate "engineering project" template to folder?

If it isn't possible by web services, how can I do it? with scripts?

(sorry for my english)
2 REPLIES 2

rwetherall
Confirmed Champ
Confirmed Champ
Hi,

If you want to create a space based on a template space using the web services API you need to do a CMLCopy of the template.

The copy will be your new space and have all the attributes of the template.

Cheers,
Roy

kalkus
Champ in-the-making
Champ in-the-making
Help!

I have a template which contains a series of sub-spaces. When I use CMLCopy to copy the template to the destination space all the sub-spaces from the original tempalate are not copied but somehow "linked" with the originals. The overall outcome is that whenever I add content to the destination space, it also appears in the original template! Why are the sub-spaces in the copy linked to the original space? I checked - they even have the same GUID!!?!! How can I achieve a full copy of the template without any "links"? Thank you in advance!