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 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!
Here is a sample of 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")
{
}
}
}
}
****************************************************************************************
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!
Comments
RIS Plus, LLC
Your suggestion worked! Thank you so much for your help!
RIS Plus, LLC
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!