Warehouse Receipt

vijayandersonvijayanderson Member Posts: 207
Hi Experts,

When I try to post Warehouse Receipt I am getting following error.

"completely Invoiced must be Yes in Item Ledger Entry No". I am using Navision 4.0 SP3 with all six hotfixes.

Has anyone encountered this error.

The error generated only for few receipt not for all.

Comments

  • ara3nara3n Member Posts: 9,256
    This looks like either a localization or customization.
    Turn on the debugger and see where it stops.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • David_SingletonDavid_Singleton Member Posts: 5,479
    It might also be an error in the way min and max work in that version of Navision. I had the same bug in the US version. I modified the code to fix it, (replaced a Min flow field with actual code). But it turns out it was a bug and was fixed in a later version of sp3.

    Pleases go to Waldos blog check the bvuild, and get your self the latest executables.

    To check which build you are running look at this Navision build numbers
    David Singleton
  • ara3nara3n Member Posts: 9,256
    min and Max are used for flowfields.

    This is simply a TESTFIELD Error.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • David_SingletonDavid_Singleton Member Posts: 5,479
    ara3n wrote:
    min and Max are used for flowfields.

    This is simply a TESTFIELD Error.

    Yes you are probably correct. I was thinking of field 5752 - "Completely Received" in 38 - "Purchase header". This is a flow field that uses MIN to calculate a boolean (it really should be an EXISTS).

    There is code in warehouse that calcs that field and then does a test field. But in a few builds of sp3 the Min picks the wrong key and calculates incorrectly so it gives an error message:

    "Completely Received" must be YES in blah blah.

    Sorry the message looked very similar, and since its a documented bug its what came to mind first.
    David Singleton
Sign In or Register to comment.