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...
Answered

How to add to an existing FactBox?

(0) ShareShare
ReportReport
Posted on by 481

I am trying to add a card part onto the Vendor Ledger Entries FactBox. What I'm trying: creating a card part by creating a new page, adding that card part to the existing FactBox (via addbefore on a part inside the facbox already). I am getting the intellisense error that it cannot find the card part page. Why is this?

My card part:
5758.PNG

My page extension:
7384.PNG

I have the same question (0)
  • Suggested answer
    JAngle Profile Picture
    131 on at

    Is it the typo? The part uses a different name to your new card part page

  • Suggested answer
    YUN ZHU Profile Picture
    95,307 Super User 2025 Season 2 on at

    Hi, try the following.

    pastedimage1655341827999v1.png

    pastedimage1655341837023v2.png

    page 50102 "Vendor Ledger Entry FactBox"
    {
        PageType = CardPart;
        ApplicationArea = All;
        UsageCategory = Administration;
        SourceTable = "Vendor Ledger Entry";
    
        layout
        {
            area(Content)
            {
                group(GroupName)
                {
                    field("Due Date"; Rec."Due Date")
                    {
                        ApplicationArea = All;
    
                    }
                }
            }
        }
    }
    
    pageextension 50112 MyExtension extends "Vendor Ledger Entries"
    {
        layout
        {
            addbefore(IncomingDocAttachFactBox)
            {
                part("VendorLedgerEntryFactBox"; "Vendor Ledger Entry FactBox")
                {
                    SubPageLink = "Entry No." = field("Entry No.");
                    ApplicationArea = All;
                }
            }
        }
    }

    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 3,175

#2
Jainam M. Kothari Profile Picture

Jainam M. Kothari 2,476 Super User 2025 Season 2

#3
YUN ZHU Profile Picture

YUN ZHU 1,435 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans