Skip to main content

Notifications

Small and medium business | Business Central, N...
Suggested answer

Send Images From Business Central to Dataverse

Posted on by 47
Dear Experts, I have got assigned a task to make an API's that will send the Items with the picture field, Also I am taking the attached pictures and make them as a catalog for the item in a custom table 
 
table 50023 /XEE Item Picture Values/
{
    Caption = 'Item Picture Values';
    DataClassification = ToBeClassified;
 
    fields
    {
        field(1; /Entry No./; Integer)
        {
            Caption = 'Entry No.';
            DataClassification = CustomerContent;
        }
        field(2; Description; Text[100])
        {
            Caption = 'Description';
            DataClassification = CustomerContent;
        }
        field(3; /No./; Code[20])
        {
            Caption = 'No.';
            NotBlank = true;
        }
        field(4; /Document Reference ID/; Blob)
        {
            Caption = 'Document Reference ID';
        }
                field(50001; Base64; Text[2048])
        {
            DataClassification = ToBeClassified;
        }
    }
 
   
    keys
    {
        key(PK; /Entry No./)
        {
            Clustered = true;
        }
    }
   
    trigger OnInsert()
    var
        myInt: Integer;
    begin
       
    end;
}
 I am doing it this way because powerautomate(using Get an image, file or document (V3)) cant detect the Media it cant detect the BLOB
So is there a way to convert from Media to Blob? or is there a way to send the Media as base64(when sending Media, Dataverse receive it as GUID)
 
Categories:
  • Suggested answer
    YUN ZHU Profile Picture
    YUN ZHU 73,035 Super User 2024 Season 2 on at
    Send Images From Business Central to Dataverse
    Hi, hope the following can give you some hints.
    How to convert Image (item picture) to encoded text (Base64 String) via AL
    https://yzhums.com/40077/
     
    Thanks.
    ZHU

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Complete!

🔔 Be sure to subscribe to the new forums you are interested in to stay up to date! 🔔

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,134 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 229,928 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans