Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

Missing Extension Fields on List Pages

(0) ShareShare
ReportReport
Posted on by 42

Hi,

I have an NAV Extension v2 that simply adds a user id field to a few tables and their associated pages. When I view some of the pages in the D365 sandbox, I cannot see the field on the page. When I access the field list to add a field to the page in design mode, I can clearly see the new extension field and it is showing as Placed!

Missing-Field1.PNG

Here is the code for the extension:

**************************************************************************************

pageextension 70098709 pageextension70098709 extends "Sales Order List"
{
// version NAVW110.00,NAVNA10.00

layout
{
addlast(Control1)
{
field("Entry User ID";"Entry User ID")
{
}
}
}
}

****************************************************************************************

This does not happen to other pages so far. Document page types seem to work and it doesn't appear I am doing anything different! I have tried everything I can think of to get it to appear on the page to no avail. Any help/suggestions would be appreciated!

*This post is locked for comments

  • Verified answer
    MJinx_TrinSoft Profile Picture
    42 on at
    RE: Missing Extension Fields on List Pages

    I found the answer, thanks to Daniel Rimmelzwaan of Cloud Ready Software!

    He suggested adding the property ApplicationArea and setting it to All. The revised code below works:

    pageextension 70098709 pageextension70098709 extends "Sales Order List"

    {

     // version NAVW110.00,NAVNA10.00

     layout

     {

       addlast(Control1)

       {

       field("Entry User ID";"Entry User ID")

         {

            ApplicationArea=ALL;

         }

       }

     }

    }

  • Tina Menezes Profile Picture
    2,582 on at
    RE: Missing Extension Fields on List Pages

    Hi,

    Your code is correct.

    But what I notice is 'Control1' in Page 9305 'Sales Order List' is of Subtype 'Repeater'. So maybe that is causing an issue. You can create a new group with subtype group and add it there to check.
    Because I have added fields previously in Item Card which were added successfully.
    VS2.JPG
    VS2.JPG
    You can refer my blog using the below link:
  • Suggested answer
    CDsilva Profile Picture
    4,188 on at
    RE: Missing Extension Fields on List Pages

    Hi

    Make Sure Control1 tab exist in your page.

    You can refer my blog, here im creating a new group on Item Card page.

    www.cloudfronts.com/creating-quality-group-on-item-card-using-vs-code-in-nav-2017

  • MJinx_TrinSoft Profile Picture
    42 on at
    RE: Missing Extension Fields on List Pages

    Hi Zaid,

    Thanks for responding! Yes, I did try setting enabled to true without any success.

  • Zaid Tariq Profile Picture
    2,274 on at
    RE: Missing Extension Fields on List Pages

    Can you try something like:

    field("Entry User ID";"Entry User ID")

    {

       Enabled = TRUE;

    }

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics NAV (Archived)

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans