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...
Suggested answer

Making a field that is in the base application mandatory.

(0) ShareShare
ReportReport
Posted on by
I am trying to make certain fields mandatory in the Sales Header. These fields are in the base application so I cant just add the field and make it mandatory. I also researched and found that you cannot modify the field in a extension to make mandatory. For example, I can't make a table or page extension and modify a field to NotBlank = true. Also at the same time I cannot find some of the fields when I open the Page Inspection, like Customer PO no., My question is how do I, in the code, make a field mandatory that Microsoft has created? I did create this in a table extension, but I am not sure if it correct.
 
tableextension 90000 /BLP Sales Header Extension/ extends /Sales Header/
{
    fields
    {
        // Add changes to table fields here
        modify(/Requested Delivery Date/)
        {
   
            trigger OnBeforeValidate()
            begin
                if /Requested Delivery Date/ = 0D then
                    Error('Requested Delivery Date is mandatory.')
            end;
        }
 
        modify(/Due Date/)
        {
 
            trigger  OnBeforeValidate()
            begin
                if /Due Date/ = 0D THEN
                Error('Due Date is mandatory.')
            end;
        }
 
       
 
    }
  • Suggested answer
    Mohana Yadav Profile Picture
    Mohana Yadav 60,155 Super User 2025 Season 1 on at
    Making a field that is in the base application mandatory.
    The best option is to validate the fields at the time of Document Release or posting.

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,489 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans