Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 466775
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T23:30:51+00:00 2026-05-12T23:30:51+00:00

CRM saves attachements in AnnotationBase base table. How can I convert the text in

  • 0

CRM saves attachements in AnnotationBase base table.

How can I convert the text in the DocumentBody entity back to file and save it the file system.

I’m comfortable with plugins and workflow activities. But can’t figure how to convert a string in the database to a file on the system.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T23:30:52+00:00Added an answer on May 12, 2026 at 11:30 pm
    using(FileStream fs = new FileStream("fileName", FileMode.Create, 
                                                FileAccess.Write))
    {
        StreamWriter writer = new StreamWriter(fs);
        writer.Write(yourString);
        fs.Flush();
    }
    

    [EDIT]
    If we’re talking about BASE64 strings then try this:

    using (FileStream fs = new FileStream("fileName", FileMode.Create,
                                                FileAccess.Write))
     {
         byte[] bytes = Convert.FromBase64String(yourString);
         fs.Write(bytes, 0, bytes.Length);
         fs.Flush();
     }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Do I need to save newly created CRM-entity instances before I can set relations
I am new to CRM development. I have a Custom Entity customer. This Entity
Within Dynamics CRM the Lead entity has both a Status and a Status Reason.
I have a custom entity in Microsoft CRM (4.0). The user has to input
I'm trying to customise the left navigation of a custom entity in CRM, I
I've installed CRM 2011 to see if I can tailor it to our business.
I'm designing a database for our CRM system and need some help with the
i already have the crm_member_list table and also can successfully login ,now i want
I have a simple CRM system that allows sales to put in customer info
We have written an add-on for Outlook that files emails into our CRM system.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.