Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV (Archived)

Field not displayed through an Extensions in Dynamics 365 Tenerife.

Posted on by 3,957

Hi,
I'm trying add a field to Item Table and display on Item Card Page through AL extensions. Although there are no errors in code and the package gets installed in D365 Tenerife, the field is not getting displayed on the Item Card Page. The code is as follows 
1. Item Table Extension:

tableextension 50100 ItemTableExt extends Item

{
fields
{
field(50100; "NewQty"; Decimal)
{
}
}
}
2. Item Card Page extension:
pageextension 50100 ItemPageExt extends "Item Card"
{
layout
{
addlast(Item)
{
field(NewQty; NewQty)
{
}
}
}
}

*This post is locked for comments

  • Suggested answer
    Olister Rumao Profile Picture
    Olister Rumao 3,957 on at
    RE: Field not displayed through an Extensions in Dynamics 365 Tenerife.

    Hi Mohana,

    Thanks it worked

  • Verified answer
    Mohana Yadav Profile Picture
    Mohana Yadav 59,139 Super User 2024 Season 2 on at
    RE: Field not displayed through an Extensions in Dynamics 365 Tenerife.

    Please add ApplicationArea Property for all fields,actions in pages.

    docs.microsoft.com/.../applicationarea-property

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans