Skip to content

feature request - full CRUD for entity attributes #522

@tszalaj

Description

@tszalaj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions