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 :
Microsoft Dynamics NAV (Archived)

Item availability by event

(0) ShareShare
ReportReport
Posted on by 574

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

I have the same question (0)
  • Suggested answer
    Alex A Profile Picture
    2,857 on at

    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.

  • Suggested answer
    Community Member Profile Picture
    on at

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

  • Verified answer
    Suresh Kulla Profile Picture
    50,243 Super User 2025 Season 2 on at

    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);

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 > 🔒一 Microsoft Dynamics NAV (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans