Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - requestFeatureResolveType

Description

options for the resolution action of a request.

Properties

Name Type Occurrence Description
allowResolveWithOpenActivities xs:boolean Optional
Default=false
This setting prevents resolving a Request has open activities (tasks) against it. This setting is not enforced in Business Processes.
allowResolveWithoutAnalyst xs:boolean Optional
Default=false
This setting prevents resolving a Request that does not have an owner. This setting is not enforced in Business Processes.
enableLinkedRequestAction xs:boolean Optional
Default=false
Enable the option to action on linked requests against a request through the Resolve tab. (nwj - think this means apply the resolution to any associated child requests?)
firstTimeFixExpression xs:string Optional If this expression evaluates to ‘true’ then the first-time fix flag is set on the request as part of the resolve process. If no expression is provided here, then the firstTimeFix flag will be set to 1 if the request transitioned its status from ‘new’ to ‘resolved’. If the firstTimeFix flag is already set, them this expression is not evaluated
In This Document