Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

where does the unpublished values will be stored for ms crm

(0) ShareShare
ReportReport
Posted on by 5,470

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

  • sandeepc Profile Picture
    5,470 on at
    RE: where does the unpublished values will be stored for ms crm

    thank a lot

  • Suggested answer
    Adrian Begovich Profile Picture
    1,025 Super User 2025 Season 1 on at
    RE: where does the unpublished values will be stored for ms crm

    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.

  • Verified answer
    sandeepc Profile Picture
    5,470 on at
    RE: where does the unpublished values will be stored for ms crm

    can we add some more steps in code to get unpublished optionset

  • sandeepc Profile Picture
    5,470 on at
    RE: where does the unpublished values will be stored for ms crm

    s

  • Verified answer
    Adrian Begovich Profile Picture
    1,025 Super User 2025 Season 1 on at
    RE: where does the unpublished values will be stored for ms crm

    Hi sandeepc,

    Did the query work without your addition?

  • sandeepc Profile Picture
    5,470 on at
    RE: where does the unpublished values will be stored for ms crm

    thanks for your replys @adrian

  • sandeepc Profile Picture
    5,470 on at
    RE: where does the unpublished values will be stored for ms crm

    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

  • sandeepc Profile Picture
    5,470 on at
    RE: where does the unpublished values will be stored for ms crm

    76861.JPG

    76861.JPG

  • Suggested answer
    Adrian Begovich Profile Picture
    1,025 Super User 2025 Season 1 on at
    RE: where does the unpublished values will be stored for ms crm

    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'
  • sandeepc Profile Picture
    5,470 on at
    RE: where does the unpublished values will be stored for ms crm

    what about unpublished data

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Leaderboard > Microsoft Dynamics CRM (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 83 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 54

#3
Victor Onyebuchi Profile Picture

Victor Onyebuchi 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans