Status Descriptions for Set_Property Method

Messages processed by the set_property method are assigned a status.

Set Property action details for cancel_activity

In order to invoke an action in the set_property method, the subject field of the message should contain the action word. The name of the action to be performed should be in the body field.

The cancel_activity action cancels a pending activity. If the activity is not scheduled, it is moved to the current resource’s day and then canceled.
Note: This action does not support the notdone and deleted actions depending on activity and route status. The Set Property message steps become OBSOLETE in case of Not Done.

After processing, the message is assigned one of the following statuses.

Status ‘Delivered’

Status Description
Status delivered
Description ALREADY_SET
Data
Comments The property is not changed. It is already assigned to the given value.

Status ‘Delivered’

Status Description
Status delivered
Description INSERTED
Data
Comments An empty property is assigned to the given value.

Status ‘Delivered’

Status Description
Status delivered
Description DELETED
Data
Comments An existing property is assigned to empty.

Status ‘Delivered’

Status Description
Status delivered
Description UPDATED
Data
Comments An existing property value is changed.

Status ‘Failed’

Status Description
Status failed
Description WRONG_CONFIGURATION
Data Unknown label
Comments The given label of a property/field is not found in the dictionary.

Status ‘Failed’

Status Description
Status failed
Description WRONG_CONFIGURATION
Data Not supported entity
Comments An attempt to update a property for an entity that is not supported.

Status ‘Failed’

Status Description
Status failed
Description WRONG_CONFIGURATION
Data Not supported field
Comments The given field cannot be updated using this method.

Status ‘Failed’

Status Description
Status failed
Description WRONG_CONFIGURATION
Data Parent entity mismatch
Comments The message has no relation to the requested entity.

Status ‘Failed’

Status Description
Status failed
Description WRONG_CONFIGURATION
Data Unknown ID of the parent object
Comments The system is unable to find an object by ID retrieved from the message.

Status ‘Failed’

Status Description
Status failed
Description WRONG_CONFIGURATION
Data Invalid integer value
Comments The given value of an integer property cannot be converted to signed int32.

Status ‘Failed’

Status Description
Status failed
Description WRONG_CONFIGURATION
Data Invalid lookup value
Comments The given value of a lookup property cannot be found in the list of items for this property.

Status ‘Failed’

Status Description
Status failed
Description WRONG_CONFIGURATION
Data Invalid value

Status ‘Failed’

Status Description
Status failed
Description WRONG_CONFIGURATION
Data Missing survey take

Status ‘Failed’

Status Description
Status failed
Description INTERNAL_ERROR
Data Unknown result code
Comments A result of the property update is not handled properly.