Home › Forums › DocXtender and NavXtender › DocXtender in other factboxes › Reply To: DocXtender in other factboxes

Hi Jocelyn,
DocXtender only supports the following sales and receiving tables by default in v2.1.7647.0:
lrecCustomer: Record Customer;
lrecVendor: Record Vendor;
lrecItem: Record Item;
lrecEmployee: Record Employee;
lrecFixedAsset: Record “Fixed Asset”;
lrecResource: Record Resource;
lrecSalesHeader: Record “Sales Header”;
lrecPurchaseHeader: Record “Purchase Header”;
lrecJob: Record Job;
lrecSalesCrMemoHeader: Record “Sales Cr.Memo Header”;
lrecSalesInvoiceHeader: Record “Sales Invoice Header”;
lrecPurchInvHeader: Record “Purch. Inv. Header”;
lrecPurchCrMemoHdr: Record “Purch. Cr. Memo Hdr.”;
lrecSalesLine: Record “Sales Line”;
lrecPurchaseLine: Record “Purchase Line”;
lrecServiceLine: Record “Service Line”;
In the next DocXtender release, it will work with any Business Central page that has an Attachments factbox. To extend it to other pages, you just need to extend base Business Central to add the attachment factbox using the standard BC attachment events to whatever pages you want. DocXtender will just come along for the ride – nothing in DocXtender needs to be changed.
Of course, in the interim, they could just click the “Select file” action (or the + sign if links) to upload a file instead of dragging and dropping it. Drag and drop is nice to have, but if it is only supported on the standard BC pages it doesn’t prevent people from attaching documents manually on custom pages.