Hello to all!
How I can create a library documents from a template library, from this example would need to know the ID the template, … with SPServices as I can get???
$().SPServices({
operation: “AddList”
l istName: “prueba”,
description: “prueba”,
templateID: 100 });
Thanx
Hello Angel Ruben Yui,
I’m not sure I fully understand your question, but I think Marc Anderson may answer a related question here:
http://spservices.codeplex.com/discussions/432399
Hope that helps!