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

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

(1) ShareShare
ReportReport
Posted on by 100
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
    31,481 Super User 2025 Season 2 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
    95,729 Super User 2025 Season 2 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

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,135

#2
YUN ZHU Profile Picture

YUN ZHU 733 Super User 2025 Season 2

#3
Sumit Singh Profile Picture

Sumit Singh 612

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans