web
You’re offline. This is a read only version of the page.
close
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...
Unanswered

Error "FlowField in the xxxxxx table must be Decimal" after server Runtime update to 13.1

(1) ShareShare
ReportReport
Posted on by 39
Hi all.
 
I have a BC extension that has been installed and working for a couple of years now. Recently our cloud server was updated to runtime version 13.1.
 
After that, all attempts to push data using our API fails with multiple errors such as:
 
{"error":{"code":"Unknown","message":"The type of the Supplier Name FlowField in the xxxxxx table must be Decimal.  CorrelationId:  adab4751-3614-46a5-932b-fcc14f1bf20f."}} | Microsoft.OData.Client.DataServiceClientException: {"error":{"code":"Unknown","message":"The type of the Supplier Name FlowField in the xxxxxx table must be Decimal.  CorrelationId:  adab4751-3614-46a5-932b-fcc14f1bf20f."}}
 
Here's how the Supplier Name field is declared:
 
        field(9; "Supplier Code"; Code[20])
        {
            DataClassification = CustomerContent;
            TableRelation = Vendor;
        }
        field(10; "Supplier Name"; Text[100])
        {
            Editable = false;
            FieldClass = FlowField;
            CalcFormula = lookup(Vendor.Name where("No." = field("Supplier Code")));
        }
 
In table Vendor, fields "No." and "Name" are declared as:
 
        field(1; "No."; Code[20])
        {
            Caption = 'No.';
 
            trigger OnValidate()
            begin
               // some validation code here
            end;
        }
        field(2; Name; Text[100])
        {
            Caption = 'Name';
 
            trigger OnValidate()
            begin
               // some validation code here
            end;
        }
 
This always worked correctly and except when pushing the data through the API, everything works as expected. It started failing after server update to 13.1 and I have no idea why....
 
Any ideas what is causing this issue and how to resolve it?
 
Thanks in advance.
 
I have the same question (0)
  • YUN ZHU Profile Picture
    95,729 Super User 2025 Season 2 on at
    What a strange error. I searched in the Yammer Group but didn't find any similar issues.
    This seems to be a standard issue. I suggest you submit it to the following website, or submit a SR directly to Microsoft.
     
    Hopefully other experts can give you better advice.
    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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,238

#2
YUN ZHU Profile Picture

YUN ZHU 773 Super User 2025 Season 2

#3
Sumit Singh Profile Picture

Sumit Singh 630

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans