Business SolutionsHow to Dynamics 365Proof of concept Get Option Set Values using SQL 30 July 2019 SELECT distinct AttributeValue, Value FROM StringMap (nolock) WHERE AttributeName = 'filedName' }