Is it possible to reallocate items via a script? I...
# suitescript
i
Is it possible to reallocate items via a script? Instead of having to use the reallocate items page. Our use case is that we have Transfer Orders that should be committed to a specific Sales Order. However, when we receive that Transfer Order it doesn't allow allocate to the correct order. So we have to manually reallocate the items.
b
The official answer is that Reallocate Items is not supported
The unofficial answer is that suitescript 2 allows you to create the record anyways
expect to use dynamic mode and practice in the debugger so that you can see the warnings associated with the record
i
@battk Thanks! I was hoping it was one of those that is not supported or documented but can still be done somehow. I will give it a try.