web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

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

Expose Blob field in business central via web services

(0) ShareShare
ReportReport
Posted on by 49

Hi,

is it possible to expose a Blob Field via web service ?

I have a custom table in BC 22, one field is a Blob type. I created a page in Visual studio code, that contains all the field i need to expose (also the Blob field). I published the page, and under web service settings, i added the page. Then i try to connect to web service page, i see no reference to the blob field.

This is the table `I have a custom table in BC 22, one field is a Blob type. I created a page in Visual studio code, that contains all the field i need to expose (also the Blob field). I published the page, and under web service settings, i added the page. Then i try to connect to web service page, i see no reference to the blob field.

This is the table

table 50500 /Test Blob/{    DataClassification = ToBeClassified;    DataPerCompany = false;    fields    {        field(1; NomeFileDaSpedire; Text[250])        {            Caption = 'NomeFileDaSpedire';        }        field(2; /Campo modifica/; Text[250])        {            Caption = 'NomeFileDaSpedire';        }        field(16; /BlobFile/; Blob)        {            Caption = 'BlobFile';        }    }    keys    {        key(PK; NomeFileDaSpedire)        {            Clustered = true;        }    }}
 
This is the page I used to publish the web page
page 50500 /Test Blob PAge/{    ApplicationArea = All;    Caption = 'Test Blob Page';    PageType = List;    SourceTable = /Test Blob/;    UsageCategory = Documents;    layout    {        area(content)        {            repeater(General)            {                field(BlobFile; Rec.BlobFile)                {                    ToolTip = 'Specifies the value of the BlobFile field.';                }                field(NomeFileDaSpedire; Rec.NomeFileDaSpedire)                {                    ToolTip = 'Specifies the value of the NomeFileDaSpedire field.';                }                field(/Campo modifica/; Rec./Campo modifica/)                {                    ToolTip = 'Specifies the value of the NomeFileDaSpedire field.';                }            }        }    }}
 
But when i try to web service page i see :
//
 
 

No mention to /blobfile/ field.

Is it possible to do what i wanted to do ? If yes , what i'm doing wrong ?

Thanks in advance

Fabrizio

I have the same question (0)

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,937 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,031 Super User 2026 Season 1

#3
Khushbu Rajvi. Profile Picture

Khushbu Rajvi. 700 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans