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

Posted Sales Invoice Card Page Extension

(1) ShareShare
ReportReport
Posted on by 809
In BC version 14, I added 2 fields (Recurrence & Replicated) in a Page Extension that extends the Posted Sales Invoice Card (see below).
 
tableextension 50021 SalesInvoiceHeaderExt extends /Sales Invoice Header/{    // /Sales Invoice Header/ = /Posted Sales Invoice Header/    fields    {        // Add changes to table fields here        field(50101; /Recurrence/; Option)        {            OptionMembers = /none/,/month/,/quarter/,/year/;            Description = 'Recurrence';            Caption = 'Recurrence';        }        field(50102; /Replicated/; Boolean)        {            Description = 'Replicated';            Caption = 'Replicated';            Editable = true;        }    }}
 
pageextension 50021 PostedSalesInvoiceCardExt extends /Posted Sales Invoice/{    layout    {        // Add changes to page layout here        addlast(General)        {            field(/Recurrence/; Rec.Recurrence)            {                ApplicationArea = All;                Caption = 'Recurrence';            }            field(/Replicated/; Rec.Replicated)            {                ApplicationArea = All;                Caption = 'Replicated';            }        }    }
 
 
 
These 2 fields were editable in version 14, but when migrated to latest SaaS version they are not.
 
 
Has this behaviour changed?
 
  • Suggested answer
    YUN ZHU Profile Picture
    85,338 Super User 2025 Season 1 on at
    Posted Sales Invoice Card Page Extension
    Hi, it looks like you have customized it in BC14 and this page is not editable. Maybe you change the properties of the page directly (On-Pre).
     
    Hope this can give you some hints.
    Thanks.
    ZHU
  • Nick Webb Profile Picture
    809 on at
    Posted Sales Invoice Card Page Extension
    Thanks for your responses, I'll look into the Posted Document Update page. Does anyone know the answer to the original question:
     
    These 2 fields were editable in version 14, but when migrated to latest SaaS version they are not.
    Has this behaviour changed?
  • Suggested answer
    YUN ZHU Profile Picture
    85,338 Super User 2025 Season 1 on at
    Posted Sales Invoice Card Page Extension
    More details: Dynamics 365 Business Central: How to extend the Posted Document Update page (A solution for editing Posted Document)
     
     
    Hope this helps.
    Thanks.
    ZHU
  • Verified answer
    Mohana Yadav Profile Picture
    60,242 Super User 2025 Season 1 on at
    Posted Sales Invoice Card Page Extension
    Please check Update Document action under Process
    Add the fields to this page and follow the same process as MS is updating.

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

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

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

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 2,655

#2
Mansi Soni Profile Picture

Mansi Soni 1,574

#3
YUN ZHU Profile Picture

YUN ZHU 1,453 Super User 2025 Season 1

Featured topics

Product updates

Dynamics 365 release plans