Announcements
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:
My page extension:
Hi, try the following.
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
Is it the typo? The part uses a different name to your new card part page
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156