external help file | Module Name | online version | schema |
---|---|---|---|
AMSoftware.Crm.PowerShell.Commands.dll-Help.xml |
AMSoftware.Crm |
2.0.0 |
Update the value of an optionset.
Set-CrmOptionSetValue [-OptionSet] <String> [-Value <Int32>] [-DisplayName <String>] [-Description <String>]
[<CommonParameters>]
Set-CrmOptionSetValue [-Entity] <String> [-Attribute] <String> [-Value <Int32>] [-DisplayName <String>]
[-Description <String>] [<CommonParameters>]
Update the value of an optionset.
The LogicalName of the Attribute to update.
Type: System.String
Parameter Sets: SetOptionSetValueEntity
Aliases: LogicalName
Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The description for the optionset value.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The displayname for the optionset value.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The LogicalName of the entity to update.
Type: System.String
Parameter Sets: SetOptionSetValueEntity
Aliases: EntityLogicalName
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The name of the global optionset to update.
Type: System.String
Parameter Sets: SetOptionSetValueGlobal
Aliases: Name
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The value of the optionset value to update.
Type: System.Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.