OrgEntityConfigService

The OrgEntityConfigService contains functions to manage resource configuration attributes and to get or set them for individual resources.

The table below lists the functions available from the OrgEntityConfigService.

Function Description Returns
deleteOrgEntityConfigAttributes Deletes one or more configuration attributes for a resource.

System action required: autoOpenNextWorkItem**

DeleteOrgEntityConfigAttributesResponseType
getOrgEntityConfigAttributes Gets the configuration attribute information currently defined for a resource.

System action required: None

GetOrgEntityConfigAttributesResponseType
getOrgEntityConfigAttributesAvailable Returns all available attributes that can be used.

This returns a subset of the attributes returned by calling getOrgEntityConfigAttributes (see above), including the name, description and whether it is read only.

System action required: None

GetOrgEntityConfigAttributesAvailableResponseType
setOrgEntityConfigAttributes Sets one or more configuration attributes for a resource.

This can be used to either create a new attribute or update an existing one.

System action required: autoOpenNextWorkItem**

SetOrgEntityConfigAttributesResponseType

** This system action is required to delete or set the WorkItemAutoOpen attribute, otherwise, no system action is required for deleteOrgEntityConfigAttributes or setOrgEntityConfigAttributes.