new SetOrgEntityConfigAttributesRequest(resourceId)
Object SetOrgEntityConfigAttributesRequest
Usage:
RestApiService.getOrgEntityConfigService().setOrgEntityConfigAttributes(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
resourceId |
string | GUID of the resource whose configuration attributes are being set. A resource's GUID can be obtained from a previous lookupUser operation. |
- Since:
- 4.0.0
Members
attrNames :Array.<string>
Query parameter: 'attrname' (Java type: List) Names of the configuration attributes to set. This must be one of the following:
- MaxOpenWorkItemCount - defines the maximum number of open work items allowed concurrently (for the specified organization model entity).
- WorkItemAutoOpen - defines whether to automatically open the next work item when completing a work item.
Type:
- Array.<string>
- Since:
- 4.0.0
attrVals :Array.<string>
Query parameter: 'attrval' (Java type: List) Values of the configuration attributes specified in attrNames. This must be one of the following:
- An integer, if MaxOpenWorkItemCount is specified in the corresponding attrNames parameter.
- A boolean, if WorkItemAutoOpen is specified in the corresponding attrNames parameter.
Type:
- Array.<string>
- Since:
- 4.0.0