Good morning,
I am trying to allocate stock to a delivery line in status 33 which is in soft allocation.
I can't find an API allowing me to do this.
Can anyone help me?
Thanks in advance
Hi,
MMS120MI is used for this but does not work with soft-allocated items. Only allocation method 1 or 2 are compatible with transaction UpdDetAlloc
Allocation conversion from soft to hard is driven by dispatch policy parameter 520.
Thanks for your feedback.So I'm blocked.Here is my setup:I use infor SDK and therefore M3 APIs.Here is my problem:My deposit and in soft allocation. But for my Export orders I would like to be able from my interface in Angular (via infor sdk) to be able to manually assign the stock. My Lp is not yet edited at this time.
Do you have an idea ?
Transfer from soft to hard may be done during allocation process (based on parameter 520 of dispatch policy).
Maybe are you using a special order type for your export orders ? Special order type = special dispatch policy. This way your export orders lines would be hard allocated and you will be able to use MMS120MI in your SDK to manually change allocation. What do you think ?
It's a good idea.I'll try that and come back with the results.Thanks again
Hi, it works. This is not the process I would have liked because I have to change my delivery to status 44 to be able to change allocation, but it works. THANKS