Announcements
No record found.
if you copied the Job Card attachments factbox 1:1, the upload error is usually one of two things:
1) Using the old factbox. The classic “Document Attachment FactBox” is obsolete now. Swap it for “Doc. Attachment List Factbox” on your custom page. That alone fixed it for me. (MS Learn notes the old one is being replaced.)
2) The link isn’t pointing to your record correctly. Make sure the factbox has a proper SubPageLink to your table and the key the attachment framework expects. For a simple header with a No. key it’s basically:
SubPageLink
No.
area(FactBoxes) { part(Attachments; "Doc. Attachment List Factbox") { ApplicationArea = All; SubPageLink = "Table ID" = const(Database::"My Custom Header"), "No." = field("No."); } }
If your table doesn’t use a field literally named No. (e.g., GUID or different PK), you need to map that key so the factbox can resolve the record. Easiest path is to expose a No.-style field that represents your key, or handle the record ref in an event subscriber (lots of folks do this in custom pages). A quick community thread + walkthrough here helps show the pattern.
Good refs (short + practical):
MS Learn: Add a FactBox to a page (how the FactBox area + SubPageLink work). Adding a FactBox to a page - Business Central | Microsoft Learn
MS Learn: Document Attachment table (1173) (what gets stored / how it ties to your record). https://learn.microsoft.com/en-us/dynamics365/business-central/application/base-application/table/microsoft.foundation.attachment.document-attachm
MS Learn: Doc. Attachment List Factbox (the new one you want to use). https://learn.microsoft.com/en-us/dynamics365/business-central/application/base-application/page/microsoft.foundation.attachment.doc.-attachment-list-factbox
Table ID
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.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
OussamaSabbouh 2,029 Super User 2026 Season 1
YUN ZHU 1,226 Super User 2026 Season 1
AndrewThomas81 1,201