Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Latest commit

 

History

History
140 lines (106 loc) · 2.76 KB

Set-CrmOptionSetValue.md

File metadata and controls

140 lines (106 loc) · 2.76 KB
external help file Module Name online version schema
AMSoftware.Crm.PowerShell.Commands.dll-Help.xml
AMSoftware.Crm
2.0.0

Set-CrmOptionSetValue

SYNOPSIS

Update the value of an optionset.

SYNTAX

SetOptionSetValueGlobal (Default)

Set-CrmOptionSetValue [-OptionSet] <String> [-Value <Int32>] [-DisplayName <String>] [-Description <String>]
 [<CommonParameters>]

SetOptionSetValueEntity

Set-CrmOptionSetValue [-Entity] <String> [-Attribute] <String> [-Value <Int32>] [-DisplayName <String>]
 [-Description <String>] [<CommonParameters>]

DESCRIPTION

Update the value of an optionset.

EXAMPLES

PARAMETERS

-Attribute

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

-Description

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

-DisplayName

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

-Entity

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

-OptionSet

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

-Value

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

System.Object

NOTES

RELATED LINKS

New-CrmOptionSetValue

Remove-CrmOptionSetValue