Add new resources

M

Montse

Hello:

I need add new members of the Enterprise resource pool
using PDS. I am using the method ResourceNew with the next
structure:

XML = "<Request>" & _
"<ResourcesNew>" & _
"<Resource>" & _
"<ResourceName>" + Name + "</ResourceName>" & _
"</Resource>" & _
"</ResourcesNew>" & _
"</Request>"

But the method produces the error number:
rsResourceNotFound = 2000

There is another parameter in the method which is
ResourceUID. What function it has? Where can I find a
right value for this parameter in order to create a new
resource? Does it means that the new resource has to be a
existing member of the Enterprise resource pool? How I can
create a member of the Enterprise resource pool?

Thanks.
 
Top