Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Answered

Warning AL0432: Table 'TempBlob' is marked for removal. Reason: Replaced by BLOB Storage Module

(0) ShareShare
ReportReport
Posted on by

Hi all

How is it possible to upgrade my TempBlob to BLOB Storage Module?

I found nothing on the internet about it. 

I use a Business Central V.15 and I get a warning for all my TempBlob's. 

Warning AL0432: Table 'TempBlob' is marked for removal. Reason: Replaced by BLOB Storage Module

  • Yuri Mishin Profile Picture
    20 on at
    RE: Warning AL0432: Table 'TempBlob' is marked for removal. Reason: Replaced by BLOB Storage Module

    How should I clear a BLOB field in a FieldRef variable?

    Before I used to do it like this:

    var

        TempBlobRec: Record TempBlob temporary;

        FRef: FieldRef;

    begin

        FRef.Value := TempBlobRec.Blob.

  • technique Profile Picture
    47 on at
    RE: Warning AL0432: Table 'TempBlob' is marked for removal. Reason: Replaced by BLOB Storage Module

    Please tell me more about using 'Tenant Media' as the Record as I can't use 'Blob Storage Module' with V15 (get not found error).

    I have two lines of code that were using TempBlob as follows:

    Line 1:   TempBlob.Blob := "Work Description";

    Line 2:   TempBlob.WriteAsText(NewWorkDescription, TextEncoding::Windows);

    I change Line 1 to:

    TempBlob.Content := "Work Description";

    Which compiles fine.

    But Line 2 won't compile because 'Tenant Media' does not contain a definition for WriteAsText .. what should I use instead?

    Thanks in advance!

  • BarreBe.1 Profile Picture
    15 on at
    RE: Warning AL0432: Table 'TempBlob' is marked for removal. Reason: Replaced by BLOB Storage Module

    Hi,

    The Temp Blob codeunit is useful to handle the stream handling (inputstream & outputstream), but is not the solution to use it to stream images to a report dataset. Because Tempblob had a field BLOB (=Tempblob.Blob) and in the codeunit there is no function to get the blob value.

    In my case I changed the record type: record "Tempblob" temporary into record "Tenant Media" temporary

    Tempblob.Blob becomes TenantMedia.Content

    Hope this helps...for me there is less code changing and works in cloud version

  • Suggested answer
    Oleksandr Shevchuk Profile Picture
    175 on at
    RE: Warning AL0432: Table 'TempBlob' is marked for removal. Reason: Replaced by BLOB Storage Module

    You can find some useful information regarding your question in the BLOB Storage Module section by the following link:

    github.com/.../BREAKINGCHANGES.md

  • Suggested answer
    Community Member Profile Picture
    on at
    RE: Warning AL0432: Table 'TempBlob' is marked for removal. Reason: Replaced by BLOB Storage Module

    Here is the solution from a really amazing guy!

    https://demiliani.com/2019/09/17/dynamics-365-bc-wave-2-release-what-happens-now/

  • Suggested answer
    Stefano Demiliani Profile Picture
    37,166 Most Valuable Professional on at
    RE: Warning AL0432: Table 'TempBlob' is marked for removal. Reason: Replaced by BLOB Storage Module

    Use codeunit 4100 "Temp Blob" instead of the TempoBlob record.

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,267 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 233,017 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans