Reservation Entry

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

Comments

  • irasoelbaks
    irasoelbaks 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.
  • Pooja_786
    Pooja_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
  • AlexeyShamin
    AlexeyShamin 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?
  • Pooja_786
    Pooja_786 Member Posts: 20
    yes in both cases reservation is not updating
  • AlexeyShamin
    AlexeyShamin Member Posts: 80
    Pooja_786 wrote: »
    yes in both cases reservation is not updating

    In item field Reserve (100) - is set to "Always"?
  • Pooja_786
    Pooja_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
  • AlexeyShamin
    AlexeyShamin 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
  • Pooja_786
    Pooja_786 Member Posts: 20
    I tried as you suggested @Alexyshamin but its not working
  • Pooja_786
    Pooja_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
  • RockWithNAV
    RockWithNAV Member Posts: 1,172
    So after doing this when you navigating to Reservation entries window from Sales lines, its still holding all the previous values?
  • Pooja_786
    Pooja_786 Member Posts: 20
    yes its still holding the previous values.
  • Pooja_786
    Pooja_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