Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV (Archived)

Item availability by event

(0) ShareShare
ReportReport
Posted on by 566

Must be doing something wrong, but, from a sales order line, I hit Item availability by Event, and I get all events for that item UNTIL the shipment date of the order line, no further events...

This is wierd since I might have a production order or a purchase order arriving next day and the user won't know!

Is there somewhere any parameter I can poke to have the item availability by event show me all events for that item without being limited to the shipment date?

Thanx

*This post is locked for comments

  • Verified answer
    Suresh Kulla Profile Picture
    Suresh Kulla 43,745 on at
    RE: Item availability by event

    It is not available in standard navision but you can customize codeunit 353 Item Avaialblity Forms Mgt. to acheive the results. In this codeunit there is a function called ShowItemAvailFromSalesLine and in that function you have this standard code

    Current

       AvailabilityType::"Event":

         IF ShowItemAvailByEvent(Item,FIELDCAPTION("Shipment Date"),"Shipment Date",NewDate,FALSE) THEN

           VALIDATE("Shipment Date",NewDate);

    Change this to something like this by passing the blank date

    New

       AvailabilityType::"Event":

         IF ShowItemAvailByEvent(Item,FIELDCAPTION("Shipment Date"),0D,NewDate,FALSE) THEN

           VALIDATE("Shipment Date",NewDate);

    Or by changing the code under the action to something like this

    Current

    ItemAvailFormsMgt.ShowItemAvailFromSalesLine(Rec,ItemAvailFormsMgt.ByEvent)

    New

    IF Item.GET("No.") THEN

    ItemAvailFormsMgt.ShowItemAvailFromItem(Item,ItemAvailFormsMgt.ByEvent);

  • Suggested answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Item availability by event

    You can check Item Availability by Period, which can be also helpful.

  • Suggested answer
    Alex A Profile Picture
    Alex A 2,348 on at
    RE: Item availability by event

    NAV shows you supply and demand events up to the Requested Delivery Date/Shipment Date because this is the final demand event for this Sales Order. You can push these dates forward for this Sales Order, or you can open the Item Availability by Event window from the Item card - then it shows the item’s complete availability over time.

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! 🥳

Get Started Blogging in the Community

Hosted or syndicated blogging is available! ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,354 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans