--------------------------- Microsoft Dynamics NAV --------------------------- The Warehouse Activity Line does not exist. Identification fields and values: Activity Type='Put-away',No.='PU006380',Line No.='30000' --------------------------- OK ---------------------------
Comments
Upon further analysis, the error seems to be cause from this snippet of code on the DeleteRelatedWhseActivLines function on the OnDelete trigger.
Let me see why this is not working. Will update you guys as soon as I find out more. Unless someone else beats me to it.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
If anyone has more time to investigate and elaborate on why the .DELETE is there would be greatly appreciated.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Yeah, I agree with you. Most WHM implementations are highly customized.
This seems strange as there's a comment specifically put in on the .DELETE.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
It looks like this is a pretty big :bug: in NAV 5.0 using SQL if you're using WHM Directed Pick and Put-away.
Looks like I need to write my own OnDelete trigger...
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book