How can i get resources custom fields and outline codes with PDS?

P

Paulo Santos

I've used "ResourceCodeValues Method" but this just let me get the codes for
one resource at time! This make me do several hundred Web Requests every time
i want to get the information from all the resources of the Pool. Do you know
a better and fast way to get this data from the resources????

I appreciate your help, thanks,
Paulo.
 
G

Gord Schmidt

Consider creating a PDS Extension for what you are trying to accomplish. A
custom stored procedure should be able to provide what you want.

Gord
 
Top