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

Community site session details

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

Item Category on Item page

(0) ShareShare
ReportReport
Posted on by 224

Dear Experts

 On Item, we have an option for selecting the item category code. if select on one category code we can't able to see in item page that selected category comes under which parent category.

how can we bring that parent category on item page and item list page

Here in eg: we selected HID SPARES (but it comes under the CIHHIDS) how can we bring this parent CIHHID On list page and item card page of all items

item-cat-cod.jpg

I have the same question (0)
  • Suggested answer
    Inge M. Bruvik Profile Picture
    1,045 Moderator on at
    RE: Item Category on Item page

    For that you will need a customization and i think a good option would be to put information like that in a fact box connected to the item card.

    There is no standard feature that will let you see the whole item category hierarchy on the item card.

  • Guy McKenzie Profile Picture
    1,332 on at
    RE: Item Category on Item page

    The closest feature you have with standard functionality is item attributes.

    Where you have a hierarchical category structure, create an attribute with the same name for each level of the category hierarchy and assign each attribute to the category.

    When you assign a category that is for example the 3rd level of the hierarchy, the item will pick up the attribute of each level of the category structure. You now have all three levels assigned to the item.

    In the items list, you can now filter items by attribute and filter by any level of the category hierarchy as the item has attributes for every level.

    You can see attributes in the fact box but not directly on the list view without customisation.

    This works seamlessly. The only limitations are if for example you want to use MRP and filter planning by attributes as you can’t do that. But if you just want to manage list views, it solves your problem.

  • Verified answer
    Francisco Bedolla Profile Picture
    1,119 on at
    RE: Item Category on Item page

    pastedimage1666482495772v1.png

    you just need to create a new page type cardpart copying the existing page 5730 into the new one and make some adjustments

    pastedimage1666482655687v2.png

    then you need to extend the item card

    pastedimage1666482701026v3.png

  • Francisco Bedolla Profile Picture
    1,119 on at
    RE: Item Category on Item page

    I forget this image

    pastedimage1666482875421v2.png

  • Verified answer
    YUN ZHU Profile Picture
    93,325 Super User 2025 Season 2 on at
    RE: Item Category on Item page

    Hi, This requires customization.

    This requires customization. There is a Parent Category field in this table, so you can display it through FlowField, or other variables.

    pastedimage1666570268959v1.png

    For example,

    pastedimage1666570621195v3.png

    pastedimage1666570615008v2.png

    tableextension 50111 MyExtension extends Item
    {
        fields
        {
            field(50100; "Parent Category"; Code[20])
            {
                Caption = 'Parent Category';
                FieldClass = FlowField;
                CalcFormula = lookup("Item Category"."Parent Category" where(Code = field("Item Category Code")));
            }
        }
    }
    pageextension 50111 MyExtension extends "Item Card"
    {
        layout
        {
            addafter("Item Category Code")
            {
                field("Parent Category"; Rec."Parent Category")
                {
                    ApplicationArea = All;
                }
            }
        }
    }

    Hope this helps.

    Thanks.

    ZHU

  • LearnBC Profile Picture
    224 on at
    RE: Item Category on Item page

    THankyou Zhu and Fransico...

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…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

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

#1
Rishabh Kanaskar Profile Picture

Rishabh Kanaskar 2,762

#2
Sumit Singh Profile Picture

Sumit Singh 2,573

#3
YUN ZHU Profile Picture

YUN ZHU 1,930 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans