Options

Reservation Entry

Pooja_786Pooja_786 Member Posts: 20
Reservation entry not getting update when changes in sales line.

Comments

  • Options
    irasoelbaksirasoelbaks Member Posts: 119
    Could you be a little more precise please? Have a look at other topics for examples. One-liners won't give much usable answers IMO.
  • Options
    Pooja_786Pooja_786 Member Posts: 20
    when we are changing quantity/item in sales lines it is not updating the reservation entry table.
    In reservation entry table data is remaining same as Previously entered. It should update the reservation table as per changes in sales lines
  • Options
    AlexeyShaminAlexeyShamin Member Posts: 80
    Pooja_786 wrote: »
    when we are changing quantity/item in sales lines it is not updating the reservation entry table.
    In reservation entry table data is remaining same as Previously entered. It should update the reservation table as per changes in sales lines

    Do you increase or decrease quantity in sales line?
    Reservation entry do not changed in both cases?
  • Options
    Pooja_786Pooja_786 Member Posts: 20
    yes in both cases reservation is not updating
  • Options
    AlexeyShaminAlexeyShamin Member Posts: 80
    Pooja_786 wrote: »
    yes in both cases reservation is not updating

    In item field Reserve (100) - is set to "Always"?
  • Options
    Pooja_786Pooja_786 Member Posts: 20
    Hi Alexe,
    For every item number Reserve field is different. How can we set "Always" for all sales lines?
    Please suggest
  • Options
    AlexeyShaminAlexeyShamin Member Posts: 80
    Hello!
    In CU create function with code:
    Item.RESET;
    Item.MODIFYALL(Reserve, Item.Reserve::Always, FALSE);

    Item - record Item Table

    and run code
  • Options
    Pooja_786Pooja_786 Member Posts: 20
    I tried as you suggested @Alexyshamin but its not working
  • Options
    Pooja_786Pooja_786 Member Posts: 20
    My question is when i am trying to change Item No. on sales line and negative Netchange becomes zero that time it is not updating the Reservation Table.
    How can i fix it
  • Options
    RockWithNAVRockWithNAV Member Posts: 1,139
    So after doing this when you navigating to Reservation entries window from Sales lines, its still holding all the previous values?
  • Options
    Pooja_786Pooja_786 Member Posts: 20
    yes its still holding the previous values.
  • Options
    Pooja_786Pooja_786 Member Posts: 20
    > @RockWithNAV said:
    > So after doing this when you navigating to Reservation entries window from Sales lines, its still holding all the previous values?
    yes still Holding previous values
Sign In or Register to comment.