web
You’re offline. This is a read only version of the page.
close
Skip to main content
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
    127 on at
    RE: How to add to an existing FactBox?

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

  • Suggested answer
    YUN ZHU Profile Picture
    94,448 Super User 2025 Season 2 on at
    RE: How to add to an existing FactBox?

    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…

Pallavi Phade – Community Spotlight

We are honored to recognize Pallavi Phade as our Community Spotlight honoree for…

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,915

#2
Jainam M. Kothari Profile Picture

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

#3
YUN ZHU Profile Picture

YUN ZHU 1,989 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans