简体   繁体   中英

CRM - Fetch Multiple Attributes MetaData in c#

I want to fetch the metadata for multiple attributes using single CrmService Call with the help of class " RetrieveAttributeRequest ".

I know that we can use EntityMetadata to fetch all the metadata that we require related to that particular entity.

Does anybody have any idea on this class " RetrieveAttributeRequest " because what I found till now that we can fetch only single attribute's metadata at a time using this class.

Please suggest if possible.

Thanks in advance :)

You can use RetrieveEntityRequest with limiting to get only attributes. The only difference is you have to use EntityFilters.Attributes passing to EntityFilters attribute of request.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM