recently we created optionsets from Nav to CRM through ssis package using cozyroc tool and the option set was showing in crm once package executed successfully but the data was not showing in database once we saved and published the data those option sets showed in data base
my question is where does the option set will be stored in database (sql) untill we publish it in crm??
*This post is locked for comments
thank a lot
Hi sandeepc,
Option Set values are stored in the StringMapBase table, so if the database transaction has not taken place then you can not query for the Option Set values. It is impossible to retrieve the unpublished Option Set values.
can we add some more steps in code to get unpublished optionset
s
Hi sandeepc,
Did the query work without your addition?
thanks for your replys @adrian
new option set which was saevd but not published is not showing. i think we need to do some research on where does the unpublished optionset stores
Hi sandeepc,
This is a less strict version of the query. We can tighten things up after you get this example working.
select dbo.StringMapBase.AttributeName, dbo.StringMapBase.AttributeValue, dbo.StringMapBase.Value from dbo.StringMapBase where dbo.StringMapBase.AttributeName = 'address1_shippingmethodcode'
what about unpublished data
Mohamed Amine Mahmoudi
83
Super User 2025 Season 1
Community Member
54
Victor Onyebuchi
6