Hey there!
The Field „Expiration Date“ in “Item ledger entry” is sometimes empty.
-> Entry-Type = Sale -> Exp-Date = Empty
-> Entry-Type = Purchase -> Exp-Date = Filled
-> Entry-Type = + Adj. -> Exp-Date = Filled
-> Entry-Type = - Adj. -> Exp-Date = Empty
- Is that normal?
- What does Nav Standard?
- Might that be a bug made by our systems house?
- What would be the easiest way to automatically fill the field?
PS: Using Nav 4.0 SP3
Gratz, Jakob
0
Comments
to fix it, you need to write a processing report that will look at item application table for lot/serial tracked items and find it applied entries and get the expiration date.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
A Report which is started (e.g. once a day) for all Entries without an expd?
Couldn't i even mod the sales-delivery-booking-codeunit so that the exp-date is written into the field?
-> what is standard?
I don't know what CU this is. I'm guessing this is a modification?
Standard, you check the field "Man. Expir. Date Entry Reqd." in Item Tracking Code table. And all entries will be required to have expiration dates.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
For this reason outbound ILE entries do not show expiration dates, I guess the reason behind it would be that they are out so the expiration date is not important anymore.
Nevermind that
Nice to know about that field. But I can’t fill the field manually for each tracking spec. (some k a day)
Looks like that could really be the reason behind.
– But in our case, the expiration date is always important.
I am afraid that I can follow the MS argumentation. (never guessed that
On the other hand: The field is there, why not using it?
You could see the exp-date for each delivery / item without checking another entry with the same lot no.
2nd positive effect would be that u directly see the exp-date if u look into the tracking entries of a posted shipment / invoice / … .
To cut a long story short – We need this field filled [!!!]
1. I’ll create a report which fills all existing entries – clear so far.
2. What do I have to pay attention on to realize that the field is filled on every outbound?
Jakob
Ritesh K Singh
-> But i'd be thankfull if u could tell me where i can find the "auto exp-dates in all outbounds" checkbox.
Found this
If i comment the line out, all outbounds except of sales have exp-dates.
I'd say a step forward - or did i overlook sth.?
[*] Might it cause Problems if comment the line out?
[*] Where is the best point to tell NAV to write the exp when booking a delivery?