EnqueueWorkQueueItem Action
Enqueues a work queue item to be processed. Bound to the workqueue entity, it creates the item in the basic solution layer so it works in environments that have Block unmanaged customizations enabled.
Bound entities
Bound actions are invoked by appending the fully qualified action name to the URI representing an entity or collection.
| Entity Type | Binding Type |
|---|---|
| workqueue | entity |
Parameters
Parameters allow for data to be passed to the action.
| Name | Type | Nullable | Unicode | Description |
|---|---|---|---|---|
|
workQueueItem
|
crmbaseentity | False | True | Required. The work queue item record to create and enqueue on the target work queue. |
|
returnCreated
|
Edm.Boolean | True | True | Optional boolean indicating whether the newly created work queue item record should be returned in the response. Defaults to false. |
Return type
| Type | Nullable | Description |
|---|---|---|
| EnqueueWorkQueueItemResponse | False | Contains the response of the EnqueueWorkQueueItem action. |