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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

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

Page Extension Shows a + Icon in the field instead of the code

(0) ShareShare
ReportReport
Posted on by

Hello,

We've written a very simple page extension that basically just defined a few new fields based on others. We have a Condition field that should display an asset status, but instead it's showing a plus sign. When using the Edit in Excel option the field displays the correct info, but in the list page they show a plus.

pastedimage1683034227354v1.png

Just wanted to know what this means?

I have the same question (0)
  • Suggested answer
    Tech-Lucky Profile Picture
    1,271 Moderator on at

    Please show your AL code for the Page

  • Suggested answer
    Govinda Kumar Profile Picture
    2,304 Moderator on at

    Hi,

    It's unusual that you see the correct information in Edit in Excel, but a plus sign on the list page.. don't know what it means, and its difficult to say what caused this, but it could be related to the way your Condition field is defined in your page extension..

    I can help you resolve the issue.. if you don't mind sharing the code for your page extension..

    Thank you.

  • AkaiRingo3559 Profile Picture
    on at

    Hi,

    Sure, as I say it's very simple:

    tableextension 60100 "POA Assets" extends "DAM Asset"
    {
        fields
        {
            field(60100; "PoA Asset Category Name"; Text[100])
            {
                Caption = 'Asset Category';
                Editable = false;
                FieldClass = FlowField;
                CalcFormula = lookup("DAM Asset Category".Description where(Code = field("Category Code")));
            }
        }
        keys
        {
            key("PoA Sort Order"; "Category Code", "Asset Location Code", "No.")
            { }
        }
    }
    
    pageextension 60100 "PoA Asset List" extends "DAM Asset List"
    {
        layout
        {
            addafter("Parent No.")
            {
                field("Parent Description"; Rec."Parent Description")
                {
                    ApplicationArea = all;
                }
            }
            addafter("Category Code")
            {
                field("PoA Asset Category Name"; Rec."PoA Asset Category Name")
                {
                    ApplicationArea = all;
                    Caption = 'Asset Category';
                }
            }
            addafter("PoA Asset Category Name")
            {
                field("PoA Asset Location Name"; Rec."Asset Location Name")
                {
                    ApplicationArea = all;
                    Caption = 'Asset Location';
                }
            }
        }
    
        trigger OnOpenPage()
        begin
            rec.SetCurrentKey("Category Code", "Asset Location Code", "No.");
            rec.Ascending(true);
        end;
    }

  • Tech-Lucky Profile Picture
    1,271 Moderator on at

    issue is not in this extension page show the code where the Condition field is defined on table as well as page

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

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 2,161 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,046 Super User 2026 Season 1

#3
Dhiren Nagar Profile Picture

Dhiren Nagar 932 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans