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
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?
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 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
Comments
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?
In item field Reserve (100) - is set to "Always"?
For every item number Reserve field is different. How can we set "Always" for all sales lines?
Please suggest
In CU create function with code:
Item.RESET;
Item.MODIFYALL(Reserve, Item.Reserve::Always, FALSE);
Item - record Item Table
and run code
How can i fix it
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
> 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