InsertStatusValue Action

Inserts a new option into a StatusAttributeMetadata attribute.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
Color
Edm.String True False

The hexadecimal color assigned to the option.

OptionSetName
Edm.String True False

Reserved for future use.

AttributeLogicalName
Edm.String True False

The logical name of the status attribute.

EntityLogicalName
Edm.String True False

Logical name of the entity.

Value
Edm.Int32 True True

Value for the new status.

Label
Label True True

Label for the new status.

Description
Label True True

Description for the option.

StateCode
Edm.Int32 False True

State code for the new status.

SolutionUniqueName
Edm.String True False

Unique name of the solution.

Return Type

Type Nullable Description
InsertStatusValueResponse False The InsertStatusValue action returns the following value.

See also