Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV (Archived)

View all item commitments in NAV

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi Guys,

New to Nav, however feeling the heat.

Question is there a way to view all commitments on the qty of an item, commitments can include, transfers, Sales order, unposted sale transaction, purchase orders. I'm trying to produce a report that will assist in the item tracking by the operations team, but having trouble isolating how items as committed. I've found the Purchase Order thus far. Any help will be greatly appreciated.

*This post is locked for comments

  • Suggested answer
    Ramesh lella Profile Picture
    Ramesh lella 30 on at
    RE: View all item commitments in NAV

    you can try this logic in display method : To get financial dimension values based on personnel number in hcmworker.

    tried for department value in the same way will get all financial dimension value.

    HcmEmployment hcmEmployment;
    DimensionAttributeValueSetItem setItem;
    DimensionAttributeValueSet dimAttrValueSet;
    DimensionAttributeValue dimAttrValue;
    DimensionAttribute dimAttribute;

    select * from hcmEmployment
    where hcmEmployment.Worker == _this.RecId
    join dimAttrValueSet
    where dimAttrValueSet.RecId == hcmEmployment.DefaultDimension
    join DisplayValue from setItem
    where setItem.DimensionAttributeValueSet == dimAttrValueSet.RecId
    join dimAttrValue
    where setItem.DimensionAttributeValue == dimAttrValue.RecId
    join dimAttribute
    where dimAttribute.RecId == dimAttrValue.DimensionAttribute && dimAttribute.Name =="Department";

    {
    info(strFmt("Employee = %1 %2 = %3 ",
    HcmWorker::find(hcmEmployment.Worker).PersonnelNumber,
    dimAttribute.Name, setItem.DisplayValue));
    }

    Thanks & regards

    Ramesh Lella

  • Verified answer
    Tharanga Chandrasekara Profile Picture
    Tharanga Chandrasekara 23,116 on at
    RE: View all item commitments in NAV

    If you go to Item Card and check on the Inventory Tab, you will find most of the information you required

    2017_2D00_04_2D00_04_5F00_17_2D00_24_2D00_16.png

  • Suggested answer
    Amol Salvi Profile Picture
    Amol Salvi 18,694 on at
    RE: View all item commitments in NAV

    Item card has all these features avaiable .Check the item card

  • Suggested answer
    keoma Profile Picture
    keoma 32,675 on at
    RE: View all item commitments in NAV

    check out the item card image on www.dynamicsbusiness.co.uk/.../block-by-default-in-dynamics-nav.html

    in the general tab you find a couple of fields starting with "Qty. on ...". These are the fields you need. edit table item to check, how the fields are defined.

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: View all item commitments in NAV

    Thanks for your response, will look into it.

  • Suggested answer
    Suresh Kulla Profile Picture
    Suresh Kulla 43,749 on at
    RE: View all item commitments in NAV

    On Item Card for that item there are fields such Qty. reserved on sales order.... you need to check those fields.

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

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey Pt 2

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,605 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans