
Hi All,
Is it possible to Run a Job to reserve Sales Order Lines. I want to run a job at the end of the day which reserves any non-reserved items.
This will normally be from a Purchase Order that has been released rather than inventory in stock as this will have already been reserved with the Order.
I do not have a developers License so cannot create new code units.
Matt
*This post is locked for comments
I have the same question (0)You can create one processing report with Sales Line Data Item (Where Outstanding Quantity > 0, Outstanding Quantity > "Reserve Quantity", Type = Item) and any other required filters.
You can call "AutoReserveOneLine" function from Sales Line Table, which will automatically reserve from the available stock (Item Ledger Entries) or open purchase orders.
This will typically consider all the possible reservation (Inbound entries + Inventory) against sales order.
This function normally gets call while punching the Sales Order Lines for the items having Reserve = Always option selected at Item Card.
This is what you can do without developer license. Any other further modification would require developer license.
Hope this helps.