Resourcesearch
A resource search [Resourcesearch
] is a definition of resource search criteria for a resource request queue.
— |
XML |
SOAP |
REST |
Database table |
---|---|---|---|---|
Object |
|
|
— |
|
Supported Commands |
— |
— |
The Resourcesearch
object has the following properties:
XML / SOAP |
Database |
Description |
---|---|---|
|
|
JSON object detailing advanced search options (i.e. Required, Preferred, Excluding). Used for post-processing search results for ranking purposes. |
|
|
A "1/0" field indicating which of the fields... hours or percentage is to be used in the search
|
|
|
A 1/0 field indicating whether to search by availability. |
|
|
A 1/0 field indicating no intervening bookings. |
|
|
[Read-only] Time the record was created. See Date Fields. |
|
|
Comma delimited list of |
|
|
Comma delimited list of educations that make up this search. Each element is the ID followed by an optional attribute ID, separated by a colon (:). |
|
|
The end date for availability. See Date Fields. |
|
— |
|
|
— |
|
|
|
If the record was imported from an external system you store the unique external record ID here. |
|
|
The number of hours of availability required over this range. |
|
|
[Read-only] Unique ID. Automatically assigned by SuiteProjects Pro. |
|
|
A 1/0 field. Include generic resources in search? |
|
|
A 1/0 field. Include inactive resources in search? |
|
|
A 1/0 field. Include regular resources in search? |
|
|
Comma delimited list of industries that make up this search. Each element is the ID followed by an optional attribute ID, separated by a colon (:). |
|
|
Comma delimited list of job roles that make up this search. Each element is the ID followed by an optional attribute ID, separated by a colon (:). |
|
|
Comma delimited list of locations that make up this search. Each element is the ID followed by an optional attribute ID, separated by a colon (:). |
|
|
The resourcesearch name. |
|
|
The percentage of time booked to this project during this daterange. This is either the actual booked percentage or derived from the hours. |
|
— |
|
|
— |
|
|
|
The ID of the associated resource request queue. |
|
|
Comma delimited list of skills that make up this search. Each element is the ID followed by an optional attribute ID, separated by a colon (:). |
|
|
The start date for availability. See Date Fields. |
|
|
[Read-only] Time the record was last updated or modified. See Date Fields. |
Resource Search Virtual Fields
Resource searches use four virtual fields: essential, excluding, preferred and required. These fields are processed during read and write operations for Resource Demand Request (RDR) searches.
The fields use comma separated resourceprofile_type.id : attribute.id
pairs to specify criteria.
Set attribute.id
to 0
to include any level of the competency defined for the resource profile type or if there are no attribute sets defined for the resource profile.
The following example searches for resources who preferably have beginner CRM competencies, intermediate Linux competencies and a Master's degree:
-
preferred
set to the value11:1,10:2,12:0
. -
resourceprofile_type
internal ID and name (id → name
) pairs:-
10 → "Linux"
-
11 → "CRM"
-
12 → "Master's degree"
-
-
attribute
internal ID and name (id → name
) pairs:-
1 → "Beginner"
-
2 → "Intermediate"
-
3 → "Expert"
-
-
attribute.id = 1 for “Beginner”, 2 for “Intermediate”, and 3 for “Expert”.