web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested Answer

Publishing extension not showing fields

(1) ShareShare
ReportReport
Posted on by 78
Hi Folks,
 
Thanks for assisting on some of my earlier which has got me to this point. I am currently trying to add some custom Fields to my assembly order header. I have created a sandbox environment and am able to download symbols and also build the program. Once I am able to build and publish it is triggering me to login. Once I navigate to assembly order I cannot see the fields I have added to the extension.
 
I cannot see the newly added fields in the inspect pages the fields I have added, also cannot see this extensions on the inspect pages. Below is the code snippet I have added.
 
Just wondering if I am missing a step or is my code missing anything from the below. Any assistance would be appreciated.
 
tableextension 50100 "My Assembly Header Ext" extends "Assembly Header"
{
    fields
    {
        field(50100; "Sheet Metal Date Field 1"; Date)
        {
            Caption = 'Sheet Metal Date Field 1';
        }
        field(50101; "Sheet Metal Date Field 2"; Date)
        {
            Caption = 'Sheet Metal Date Field 2';
        }
    }
}
 
 
pageextension 50100 "My Assembly Order Ext" extends "Assembly Order"
{
    layout
    {
        addlast(General) // You can change this to another group or FastTab as needed
        {
            field("Sheet Metal Date Field 1"; Rec."Sheet Metal Date Field 1")
            {
                ApplicationArea = All;
            }
            field("Sheet Metal Date Field 2"; Rec."Sheet Metal Date Field 2")
            {
                ApplicationArea = All;
            }
        }
    }
}
 
 
 
 
 
 
I have the same question (0)
  • Suggested answer
    Dhiren Nagar Profile Picture
    1,670 on at
    Hi
     
    Can you also post screenshot of the Assembly Order page?
     
    Regards,
    Dhiren.
  • Suggested answer
    Nitin Verma Profile Picture
    21,722 Moderator on at
    Hi,
     
    You can try to add your field by using AddAfter instead AddAfter.
     
    just try if its working.
     
    Thanks
     

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,913

#2
YUN ZHU Profile Picture

YUN ZHU 1,084 Super User 2025 Season 2

#3
Dhiren Nagar Profile Picture

Dhiren Nagar 1,064

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans