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

Hiding items from Stockkeeping Units

(4) ShareShare
ReportReport
Posted on by 9
Hi, is there a way to default hide items from stockkeeping units that are blocked for purchase? I would've used filter, but that only works in Items tab, not Stockeeping Units.
Basic premise is, that we are using company account. Items - All items listed and worked in within enviroment. Stockkeeping units are specirically for my branch with location code and there's no filter option for Purchasing Blocked - TRUE to filter items. Therefore, when I am doing order through Planning Worksheets, I get errors every now and then and changing values for stockkeeping is pain. Any advice?
  • Suggested answer
    Suresh Kulla Profile Picture
    47,787 on at
    Hiding items from Stockkeeping Units
    You need a customization to add a flowfield to the lookup Item table for the blocked , something like below
     
    tableextension 50100 "Stockkeeping Unit Extension" extends "Stockkeeping Unit"
    {
        fields
        {
            field(50100; "Purchasing Blocked"; Boolean)
            {
                Caption = 'Purchasing Blocked';
                DataClassification = CustomerContent;
                FieldClass = FlowField;
                CalcFormula = Lookup(Item."Purchasing Blocked" WHERE (No.=FIELD("Item No.")));
            }
        }
    }
    
     
  • Gerardo Rentería García Profile Picture
    18,726 Most Valuable Professional on at
    Hiding items from Stockkeeping Units

    Hi, good day
    I hope this can help you, and give you some hints.Managing Items different per Location or Variant using Stockkeeping Units (SKUs) - Dynamics 365 Business Central

    Best Regards
    Gerardo

  • Suggested answer
    YUN ZHU Profile Picture
    82,915 Super User 2025 Season 1 on at
    Hiding items from Stockkeeping Units
    Hi, hope the following can give you some hints.
    Dynamics 365 Business Central: Can we extend TableRelation Property through a table extension??? (Yes, But…)
     
    Thanks.
    ZHU
  • Suggested answer
    Khushbu Rajvi. Profile Picture
    16,335 Super User 2025 Season 1 on at
    Hiding items from Stockkeeping Units
  • Suggested answer
    Jainam M. Kothari Profile Picture
    7,933 on at
    Hiding items from Stockkeeping Units
    Hello,
     
    In Business Central, to default hide items from stockkeeping units that are blocked for purchase, you can use a workaround since there's no direct filter option for this.
     
    One approach is to create a custom view or report that excludes items marked as "Purchasing Blocked."
     
    You can also consider using an extension or customization to add this filtering capability to the Stockkeeping Units 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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

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

#1
YUN ZHU Profile Picture

YUN ZHU 616 Super User 2025 Season 1

#2
Mansi Soni Profile Picture

Mansi Soni 487

#3
Sagar Dangar, MCP Profile Picture

Sagar Dangar, MCP 391

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans