Hey everybody,
first of all sorry for my bad english. Please correct me if anything is wrong.
My goal:
I want to create a Button. On click I want to get all Attributes Metadata of the current entity.
My current progress:
I retrieve the MetadataId using OData query.
- I retrieve the EntityMetadataId.
- With the EntityMetadataId I retrieve all Attributes Metadata.
My question:
Is it possible to skip first step and retrieve Attributes Metadata using Entity LogicalName or any other possiblely way? If somebody can explain me why I need to query EntityMetadataId first and then Attribute Metadata.
Thanks for all and
Best Regards