Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Suggested answer

choicelablels or statusmetadata table from dynamics crm

Posted on by

how to get choicelablels or statusmetadata table from dynamics crm using ADF, with out using synapse link.

These entities are not exposed via API.

  • Suggested answer
    Ray Profile Picture
    Ray 1,505 on at
    choicelablels or statusmetadata table from dynamics crm
    These are metadata, you can get via metadata endpoint.
     
    To retrieve global choice labels, you can use the GlobalOptionSetDefinitions endpoint and same as others:
    https://<your_org>.crm.dynamics.com/api/data/v9.2/GlobalOptionSetDefinitions(Name='your_attribute_name')
     
    local choice labels:
    https://<your_org>.crm.dynamics.com/api/data/v9.2/EntityDefinitions(LogicalName='your_entity_name')/Attributes(LogicalName='your_attribute_name')/Microsoft.Dynamics.CRM.PicklistAttributeMetadata
     
    status cdoe:
    https://<your_org>.crm.dynamics.com/api/data/v9.2/EntityDefinitions(LogicalName='your_entity_name')/Attributes(LogicalName='statuscode')/Microsoft.Dynamics.CRM.StatusAttributeMetadata?$expand=OptionSet,GlobalOptionSet
     
    state code:
    https://<your_org>.crm.dynamics.com/api/data/v9.2/EntityDefinitions(LogicalName='your_entity_name')/Attributes(LogicalName='statecode')/Microsoft.Dynamics.CRM.StateAttributeMetadata?$expand=OptionSet,GlobalOptionSet
     
     
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans