Hi Guys,
We have updated few option sets using the XRM tooling followed by publishing all customizations.
Inserted new options sets are showing properly on the UI, but few of them are not available when we query (SQL) the StringMap table.
We are using On-Premise CRM version 8.2 and its a Global Option Set.
Is there any way to refresh or populate StringMap table?
Thanks in advance.
Hi ,
I am facing similar problem, however my option set is not global so I cannot Publish it from default solution. Also when I tried Publish All or just Publishing the entity .. I get Transaction not started error.
Any suggestions ??
Thanks
I've found that you need to go into the default solution -> Option Sets -> <YourOptionSet> and then Publish.
Publish Alll does not seem to work for whatever reason.
If my reply (or replies) answers your question take a minute and verify the answer. You can do it by clicking "Yes" at the top of the reply (or replies) under the label "Does this answer your question?"
Thanks Andrew for your time and help .. will get in touch with Microsoft
Then I'm afraid your last resort is Microsoft Support.
We have tried publishing all customizations too but no luck :-(
Then I would recommend publishing customizations using the "Publish All Customizations" button.
Hi Andrew,
I've used FilteredStringMap view as well but its showing the same result.
Hello,
Try to use FilteredStringMap view instead.
SELECT DISTINCT AttributeName, Value, AttributeValue FROM StringMap
WHERE AttributeName = 'XYZ'
ORDER BY Value
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156