Positive Must be No

hardik_shah
hardik_shah Member Posts: 219
Dear All,

Need Help...

when i trying to post consumption journal it reflects Error " Positive Must Be no in Item Ledger Entry"


waiting for reply.........

Comments

  • David_Singleton
    David_Singleton Member Posts: 5,479
    Dear All,

    Need Help...

    when i trying to post consumption journal it reflects Error " Positive Must Be no in Item Ledger Entry"


    waiting for reply.........

    I sent a request to PC&C when they were moving from DOS to Windows, that in the Windows version they needed to revise all the TESTFIELD error messages, but no luck, so after all these years I guess we are stuck with it.

    Its not really English is it.
    David Singleton
  • veerendra
    veerendra Member Posts: 66
    Looks interesting..Try to debug the code..If possible send the point it is giving error (I guess codeunit 22 ApplyItemLedgEntry function) :-k
    Veerendra Ch.
    http://midynav.blogspot.com/ (Microsoft Dynamics Navision)
  • dynuser
    dynuser Member Posts: 48
    Any updates on this error. Because I am also getting the same error on subcontracting order while consuming the items and also on consumption journal.
  • ssingla
    ssingla Member Posts: 2,973
    Try using debugger and find the cause of error.
    CA Sandeep Singla
    http://ssdynamics.co.in
  • davmac1
    davmac1 Member Posts: 1,283
    Positive must be no means the entry is expected to be negative.
    Unless you hit a Navision bug, you probably have custom code generating the entry, and the flag is set incorrectly.

    In the reservation table, the positive field is part of the primary key, so having it set correctly is very important.
  • Zephyr
    Zephyr Member Posts: 110
    Check your Remaining Qty. in ILE and you can find the code in CodeUnit 22, Function :: PostConsumption() --> InsertConsumpEntry --> PostItem--> ItemQtyposting --> ApplyItemLedgEntry
    Zephyr