I am considering to allow NAV 6.0 Job Journal Posting routine to post lines that have Quantity = 0 when posting lines of type Resource and "Line Type" = ''. This could be done by modifying cu 1011 so that TESTFIELD is skipped on function RunCheck when necessary. What I want are the zero Quantity entries in Job Ledger Entry.
The reason for this is complicated and has to do with employees inserting their hours through a browser based application into the Journal. I have seen this done in version 4.03, but the Job functionality has changed after that. There has not been any problems with this 4.03 database even though the functionality has been "broken".
Now I'd like to hear if you guys can think of any reason why this could be a risk... or should not be done at all.
0
Answers
The problem is that its then possible that a later developer sees this and writes code like becasue they know that Quantity can never be zero. You change this and an error may occur.
Your answer strengthens my presumption that there should not be any known conflict on this one.