-
Notifications
You must be signed in to change notification settings - Fork 64
Description
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.