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

Notifications

Announcements

No record found.

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,267 Super User 2025 Season 2 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,267 Super User 2025 Season 2 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

Responsible AI policies

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

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 3,226

#2
Jainam M. Kothari Profile Picture

Jainam M. Kothari 2,047 Super User 2025 Season 2

#3
YUN ZHU Profile Picture

YUN ZHU 1,257 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans