WorkRequests.accept (Method)

Accepts a work request for the current user.

Returns:

Void

Arguments:

Name Type Required Description
id WorkRequestID Required A work request's ID.

Context:

License Requirements None
Permission Requirements Contributor
Deny Context None
Require Context AuthoringEnabled
Author Lock (not required)
Transaction Logging If transaction logging is enabled at the site level, calls to this method will be logged
Customization This method may be customized at the site level

Error Codes:

Code Error Message
64003 The specified work request is already marked as completed.
64004 The specified work request is already marked as accepted.
64014 Only assignees can accept work requests.

Notes:

None