Hi All,
I am working on nav 2009.
One of my client requirement is if allocate the reservation for any item against the sales order to customer , then item should not sale for another customer.
But navision will allow to sale that item to another customer.
How to solve this problem.
Thanks in Advance
hansika
0
Comments
But the user can still post the sales to another customer even though it is reserved for some other customer. Could you please explain if we are missing something.
Regards,
Rajat.
Have you read the whitepapers? What is your setup?
On the Item card, Reserve=Optional,
After creating SO for Item A, qty=6; (available Inventory message=6) functions>>Reserve, got the Item reserved so that Total Reserved Qty comes.
Make another SO for a different customer for Item A, (available Inventory message=0). When I post the sales Order system does not stop me from posting or gives any error message that Item is reserved.
Is there something that I am missing.
Regards,
Rajat.
You cannot have it customer specific. You have to do a mod.
The mod would involve. Setting customer Reserve to always. Set on Item Card Reserve To optional. That way the sales order is automatically reserved for that customer.
Then in CU 22. InsertItemLedgEntry(ItemLedgEntry,TransferItem)
add code in the following section
Add code to look at sales line that are have reserve to always. And make sure the total ILE for that location does not go below total outstanding qty of all the sales line that have reserve set to always.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Thanks Rashed.
Mr. RaJ may be u r alsi working on the same issue, but i dont know wht is u r scenerio.
when it come to my scenerio my reservation is always based on the Sales order wise (not based on item wise , Customer wise)
for Example customer X placed a sales order No - SO 111 Item A - qty - 50
Same customer X placed another sales order No - SO 115 Item A - qty - 120.
Now i request the advance from customer for both orders.
if he pay the advance against which sales order then for that sales order i will reserve the items.
so let me know how to do this scenerio.
throw some help about this.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Hansika I actually did not have any issue, I saw ur post, tried a dummy scenario and had given an example since I also wanted to know if it's possible somehow because lot of clients wants this and base does not support it without a customisation.
Regards,
Rajat.