C
Cramezul
Hi,
I have a "JobType" enterprise custom field defined on resources. My C# app
must show a list of the resources that have the "Inspector" job type.
The only solution I see for the moment is something like this
ReadResources()
foreach resourceUid
ReadResource(resourceUid)
Look for JobType custom field
if JobType custom field exist and value == [Inspector value]
AddResourceToResultList...
Something tells me that ther should be a better way of doing this. Any idea?
Thanks
I have a "JobType" enterprise custom field defined on resources. My C# app
must show a list of the resources that have the "Inspector" job type.
The only solution I see for the moment is something like this
ReadResources()
foreach resourceUid
ReadResource(resourceUid)
Look for JobType custom field
if JobType custom field exist and value == [Inspector value]
AddResourceToResultList...
Something tells me that ther should be a better way of doing this. Any idea?
Thanks