Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request - full CRUD for entity attributes #522

Open
tszalaj opened this issue Mar 30, 2023 · 0 comments
Open

feature request - full CRUD for entity attributes #522

tszalaj opened this issue Mar 30, 2023 · 0 comments

Comments

@tszalaj
Copy link

tszalaj commented Mar 30, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant