I tried to create itemFulfillment
records itemFulfillment
several ways, but no matter what I do, sales orders always end βcompletelyβ (regardless of whether all items are completed).
In those cases where only βsomeβ of the items in the sales order were sent, we must establish that these elements are executed only so that the corresponding order orders can be invoiced and the tracking sent to customers. When we try to fulfill only these points, the sales order always ends with the completion of ALL items. This creates numerous problems for us.
Things I tried:
Create execution of a new element from scratch (without using initialization)
Create a new element execution with initialization (to get a link to an existing IF record)
Only add items that have been completed.
Add all items by explicitly setting quantityRemaining = quantity
(where the item was not executed) and setting quantityRemaining = 0
for completed items.
Attempted changes using ReplaceAll = true
and ReplaceAll = false
using ReplaceAll = false
.
In each case, each item in SalesOrder
marked as fully completed (each item is configured to run.)
If someone was able to "partially" complete a sales order, could you give an idea how to do this?
source share