Microsoft.Xrm.Data.PowerShell icon indicating copy to clipboard operation
Microsoft.Xrm.Data.PowerShell copied to clipboard

feature request - full CRUD for entity attributes

Open tszalaj opened this issue 1 year ago • 0 comments

Hi, please consider adding commands:

Add-CrmEntityAttribute -EntityLogicalName Entity_Name -AttributeLogicalName Attribute_Name -AttributeType Type_Name (other attribute metadata here - like , MinValue, MaxValue, Format ...) Get-CrmEntityAttribute -EntityLogicalName Entity_Name -AttributeLogicalName Attribute_Name Set-CrmEntityAttribute -EntityLogicalName Entity_Name -AttributeLogicalName Attribute_Name (other attribute metadata here - like AttributeType, MinValue, MaxValue, Format ...) Remove-CrmEntityAttribute -EntityLogicalName Entity_Name -AttributeLogicalName Attribute_Name

Add- and Set- commands would be particularly useful as power apps design studio is terribly slow and creating attributes and updating their metadata, like min/max value with multiple attributes to add or fix lasts ages.

tszalaj avatar Mar 30 '23 09:03 tszalaj