Hi Everyone,
Today I got a requirement to retrieve Optionset Metadata using JavaScript.
Here is the code for the same.
function getOptionSetMetadata(schemaName) { var schemaName = "industrycode"; // You can pass this as a parameter to this function and comment this line. var optionSetFetch = `<fetch version='1.0' output-format="xml-platform" mapping='logical'...
Continue Reading Gopinath’s Article on their blog
https://staturestack.com/2020/09/24/retrieve-optionset-metadata-using-javascript-dynamics-365/
Blog Syndicated with Gopinath’s Permission