Getting error, NAV update 4.0 SP3 -> 5.0

KisuKisu Member Posts: 381
Heyas,
I get an error when running the form "104001 Upgrade - Old Version"
Message:
Reference to the member Trans. Req. Shipment (Qty) of the variable could not be solved.

I have NAV 4.0 SP3 version with some from changes.

Any solution for this?
K.S.

Comments

  • KisuKisu Member Posts: 381
    It seems to go through if I mark out the line:
    //--> MODIFYALL("Trans. Req. Shipment (Qty)",0);
    under UpdateItem() trigger

    :-s
    K.S.
  • TonyHTonyH Member Posts: 223
    If your getting a reference to the member issue, it tends to mean that its looking for something hats not there.

    Now Nav normally uses the ID of "things" to link it all together. So for example if someone changed the name of the field "Trans. Req. Shipment (Qty)" to a different Name NAV would still know what it is.

    Check the table and make sure the field is there and that it is enabled.

    T
Sign In or Register to comment.