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...
Suggested Answer

Issue to Add FA Posting Group to Fixed Asset Card of Business Central

(1) ShareShare
ReportReport
Posted on by 112
Hi All,

I am trying to insert A Fixed Asset record in Business Central by HTTP Callout using Power Automate. I am facing the issue while setting the value of "FA Posting Group" field. It is inserting the record with the value for said field but not showing value on the card. 
The body of my HTTP Callout is 
{
  "number""FA10398",
  "description""FA test 5",
  "searchDescription""FA test 5",
  "classCode""AIRPLANE",
  "faPostingGroup""AIRPLANE"
}

the following is the custom code API I am using
EntityCaption = 'Fixed Asset';
    EntitySetCaption = 'Fixed Assets';
    ChangeTrackingAllowed = true;
    DelayedInsert = true;
    EntityName = 'fixedAsset';
    EntitySetName = 'fixedAssets';
    ODataKeyFields = SystemId;
    PageType = API;
    SourceTable = "Fixed Asset";
    Extensible = false;
 
    layout
    {
        area(content)
        {
            repeater(Group)
            {
                field(id; Rec.SystemId)
                {
                    Caption = 'Id';
                    Editable = false;
                }
                field(number; Rec."No.")
                {
                    Caption = 'No.';
                }
                field(description; Rec.Description)
                {
                    Caption = 'Description';
                }
                field(searchDescription; Rec."Search Description")
                {
                    Caption = 'Search Description';
                }
                field(fixedAssetLocationCode; Rec."FA Location Code")
                {
                    Caption = 'Fixed Asset Location Code';
                }
                field(fixedAssetLocationId; Rec."FA Location Id")
                {
                    Caption = 'Fixed Asset Location Id';
                }
                field(classCode; Rec."FA Class Code")
                {
                    Caption = 'Class Code';
                }
                field(subclassCode; Rec."FA Subclass Code")
                {
                    Caption = 'Subclass Code';
                }
                field(blocked; Rec.Blocked)
                {
                    Caption = 'Blocked';
                }
                field(serialNumber; Rec."Serial No.")
                {
                    Caption = 'Serial No.';
                }
                field(employeeNumber; Rec."Responsible Employee")
                {
                    Caption = 'Employee No.';
                }
                field(employeeId; Rec."Responsible Employee Id")
                {
                    Caption = 'Employee Id';
                }
                field(underMaintenance; Rec."Under Maintenance")
                {
                    Caption = 'Under Maintenance';
                }
                field(faPostingGroup; Rec."FA Posting Group")
                {
                    Caption = 'FA Posting Group';
                }
                field(globalDimension1Code; Rec."Global Dimension 1 Code")
                {
                    Caption = 'Global Dimension 1 Code';
                }
                field(lastModifiedDateTime; Rec.SystemModifiedAt)
                {
                    Caption = 'Last Modified Date';
                }
            }
        }
    }
}
 The FA Card is below


The Posting Group is blank whereas I have set value for it in HTTP Callout. 
Can anyone suggest me how to overcome this issue?

Thank you
S. Ghotekar
I have the same question (0)
  • Suggested answer
    Valentin Castravet Profile Picture
    32,689 Super User 2026 Season 1 on at
    The FA Posting Group for each fixed asset needs to be set in the Page FA Depreciation Books Subform (5666)/Table FA Depreciation Book (5612) and not on the Fixed Asset Card/Table. The system doesn't store this field on the card. 
     
    If you add a Depreciation Book Code to your asset, you will see the "Add More Depreciation Books" button. If you click on this button, you can see that the Depreciation Book FastTab is actually a subpage.
     
     
     
     
     
  • Suggested answer
    YUN ZHU Profile Picture
    100,998 Super User 2026 Season 1 on at
    Hi, Fixed assets have a standard API, you can try it first.
     
    In addition, by default, the system will also take the Default FA Posting Group in the FA Subclass Code, you can also confirm it.
     
    Hope this helps.
    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

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 April Top 10 Community Leaders

These are the community rock stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,002 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,255 Super User 2026 Season 1

#3
AndrewThomas81 Profile Picture

AndrewThomas81 1,217

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans