external help file | Module Name | online version | schema |
---|---|---|---|
AMSoftware.Crm.PowerShell.Commands.dll-Help.xml |
AMSoftware.Crm |
2.0.0 |
Update an entity.
Set-CrmEntity [-InputObject] <EntityMetadata> [-PassThru] [<CommonParameters>]
Set-CrmEntity [-Virtual] [-Name] <String> [-DisplayName <String>] [-DisplayCollectionName <String>]
[-Description <String>] [-ExternalName <String>] [-ExternalCollectionName <String>]
[-DataSourceConfiguration <EntityReference>] [-Customizable <Boolean>] [-HasNotes <Boolean>]
[-HasActivities <Boolean>] [-CanCreateAttributes <Boolean>] [-CanCreateForms <Boolean>]
[-CanCreateViews <Boolean>] [-CanModifyAdditionalSettings <Boolean>] [-IsConnectionsEnabled <Boolean>]
[-IsDocumentManagementEnabled <Boolean>] [-IsMailMergeEnabled <Boolean>] [-IsMappable <Boolean>]
[-IsRenameable <Boolean>] [-IsValidForQueue <Boolean>] [-IsVisibleInMobile <Boolean>]
[-IconLargeName <String>] [-IconMediumName <String>] [-IconSmallName <String>]
[-IsQuickCreateEnabled <Boolean>] [-IsReadOnlyInMobileClient <Boolean>] [-IsVisibleInMobileClient <Boolean>]
[-EntityColor <String>] [-EntityHelpUrlEnabled <Boolean>] [-EntityHelpUrl <Uri>]
[-IsInteractionCentricEnabled <Boolean>] [-IsOneNoteIntegrationEnabled <Boolean>] [-PassThru]
[<CommonParameters>]
Set-CrmEntity [-DataSource] [-Name] <String> [-DisplayName <String>] [-DisplayCollectionName <String>]
[-Description <String>] [-PassThru] [<CommonParameters>]
Set-CrmEntity [-Name] <String> [-DisplayName <String>] [-DisplayCollectionName <String>]
[-Description <String>] [-Customizable <Boolean>] [-HasNotes <Boolean>] [-HasActivities <Boolean>]
[-AutoRouteToOwnerQueue <Boolean>] [-CanCreateAttributes <Boolean>] [-CanCreateCharts <Boolean>]
[-CanCreateForms <Boolean>] [-CanCreateViews <Boolean>] [-CanModifyAdditionalSettings <Boolean>]
[-IsActivityParty <Boolean>] [-IsAuditEnabled <Boolean>] [-IsAvailableOffline <Boolean>]
[-IsConnectionsEnabled <Boolean>] [-IsDocumentManagementEnabled <Boolean>]
[-IsDuplicateDetectionEnabled <Boolean>] [-IsMailMergeEnabled <Boolean>] [-IsMappable <Boolean>]
[-IsRenameable <Boolean>] [-IsValidForQueue <Boolean>] [-IsVisibleInMobile <Boolean>]
[-IconLargeName <String>] [-IconMediumName <String>] [-IconSmallName <String>]
[-AutoCreateAccessTeams <Boolean>] [-IsBusinessProcessEnabled <Boolean>] [-IsQuickCreateEnabled <Boolean>]
[-IsReadOnlyInMobileClient <Boolean>] [-IsVisibleInMobileClient <Boolean>]
[-CanChangeHierarchicalRelationship <Boolean>] [-CanEnableSyncToExternalSearchIndex <Boolean>]
[-ChangeTrackingEnabled <Boolean>] [-EntityColor <String>] [-EntityHelpUrlEnabled <Boolean>]
[-EntityHelpUrl <Uri>] [-IsInteractionCentricEnabled <Boolean>] [-IsKnowledgeManagementEnabled <Boolean>]
[-IsOfflineInMobileClient <Boolean>] [-IsOneNoteIntegrationEnabled <Boolean>]
[-IsOptimisticConcurrencyEnabled <Boolean>] [-IsSLAEnabled <Boolean>] [-SyncToExternalSearchIndex <Boolean>]
[-PassThru] [<CommonParameters>]
Update an entity.
Whether the entity is enabled for auto created access teams
Type: System.Boolean
Parameter Sets: SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Whether to automatically move records to the owner's default queue when a record of this type is created or assigned
Type: System.Boolean
Parameter Sets: SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Whether the hierarchical state of entity relationships included in your managed solutions can be changed
Type: System.Boolean
Parameter Sets: SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Determines whether additional attributes can be added to the entity
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Determines whether new charts can be created for the entity
Type: System.Boolean
Parameter Sets: SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Determines whether new forms can be created for the entity
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Determines whether new views can be created for the entity
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Whether this entity can be enabled for relevance search when customizing a managed solution
Type: System.Boolean
Parameter Sets: SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Determines whether any other entity properties not represented by a managed property can be changed
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Boolean value that specifies whether change tracking is enabled for an entity or not
Type: System.Boolean
Parameter Sets: SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Whether the entity is customizable.
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Create a DataSource Entity
Type: System.Management.Automation.SwitchParameter
Parameter Sets: SetDataSourceEntity
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Entity containing the DataSource configuration
Type: Microsoft.Xrm.Sdk.EntityReference
Parameter Sets: SetVirtualEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The label containing the description for the entity.
Type: System.String
Parameter Sets: SetVirtualEntity, SetDataSourceEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The label containing the plural display name for the entity.
Type: System.String
Parameter Sets: SetVirtualEntity, SetDataSourceEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The label containing the display name for the entity.
Type: System.String
Parameter Sets: SetVirtualEntity, SetDataSourceEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The code to represent the color to be used for this entity in the application. Provide a well known colorname or the hexadecimal code of the color.
Type: System.String
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The URL of the resource to display help content for this entity
Type: System.Uri
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Whether the entity supports custom help content
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The ExternalName when used as a Virtual Entity
Type: System.String
Parameter Sets: SetVirtualEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The ExternalName when used as a Virtual Entity
Type: System.String
Parameter Sets: SetVirtualEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Allow this table to represent a task that is performed by an activity table.
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Enable Attachments (including Notes and Files)
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The name of the image web resource for the large icon for the entity
Type: System.String
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The name of the image web resource for the medium icon for the entity
Type: System.String
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The name of the image web resource for the small icon for the entity
Type: System.String
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The updated EntityMetadata object for the entity.
Type: Microsoft.Xrm.Sdk.Metadata.EntityMetadata
Parameter Sets: SetEntityByInputObject
Aliases: Entity
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Whether the email messages can be sent to an email address stored in a record of this type
Type: System.Boolean
Parameter Sets: SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Determines whether auditing has been enabled for the entity
Type: System.Boolean
Parameter Sets: SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Whether the entity is available offline
Type: System.Boolean
Parameter Sets: SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Whether the entity is enabled for business process flows
Type: System.Boolean
Parameter Sets: SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Determines whether connections are enabled for this entity
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Determines whether document management is enabled
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Determines whether duplicate detection is enabled
Type: System.Boolean
Parameter Sets: SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Whether the entity is enabled for interactive experience
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Whether Parature knowledge management integration is enabled for the entity
Type: System.Boolean
Parameter Sets: SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Determines whether mail merge is enabled for this entity
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Determines whether entity mapping is available for the entity
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Type: System.Boolean
Parameter Sets: SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Whether OneNote integration is enabled for the Entity
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Whether optimistic concurrency is enabled for the entity
Type: System.Boolean
Parameter Sets: SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Indicating if the entity is enabled for quick create forms
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Determines whether Microsoft Dynamics 365 for tablets users can update data for this entity
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Determines whether the entity DisplayName and DisplayCollectionName can be changed by editing the entity in the application
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Indicating if the entity is enabled for service level agreements (SLAs)
Type: System.Boolean
Parameter Sets: SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Determines whether the entity is enabled for queues
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Determines whether Microsoft Dynamics 365 for phones users can see data for this entity
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Determines whether Microsoft Dynamics 365 for tablets users can see data for this entity
Type: System.Boolean
Parameter Sets: SetVirtualEntity, SetEntity
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: SetVirtualEntity, SetDataSourceEntity, SetEntity
Aliases: LogicalName
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Returns an object that represents the EntityMetadata. By default, this cmdlet does not generate any output.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Whether this entity is searchable in relevance search.
Type: System.Boolean
Parameter Sets: SetEntity
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Create the Entity as a Virtual Entity
Type: System.Management.Automation.SwitchParameter
Parameter Sets: SetVirtualEntity
Aliases:
Required: True
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.