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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top