UpdateStateValue Action

Updates an option set value in for a StateAttributeMetadata attribute.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
OptionSetName
Edm.String True False

For internal use only.

AttributeLogicalName
Edm.String True False

The logical name of the attribute.

EntityLogicalName
Edm.String True False

The name of the entity that has this statecode attribute.

Value
Edm.Int32 False True

The statecode attribute options to update.

Label
Label True True

The display label for this statecode option that is specified by the Value property.

Description
Label True True

The description label for the statecode option that is specified in the Value property.

MergeLabels
Edm.Boolean False True

Indicates whether to merge the current label with any existing labels that are already specified for this attribute.

DefaultStatusCode
Edm.Int32 True True

The default value for the statuscode (status reason) attribute when this statecode value is set.

See also