Thank you for your response. I’d like to clarify my question.
I am trying to change the InventBatchId
of a production order when reporting it as finished. However, when I attempt to update the InventBatchId
using the following code:
[ExtensionOf(formstr(ProdParmReportFinished))]
final class MyClass{
void init() {
////the part where i want to change inventbatchid
it does not seem to work as expected.
I would like to understand at what point the InventDimId
is written or created during the process of creating a production order so that I can assign my custom InventBatchId
to it.
Could you or someone in the community help clarify this behavior or provide guidance on how to properly assign a custom InventBatchId
during the Report as Finished
process for a production order?
Thank you in advance for your assistance!
André Arnaud de Cal... 291,462 Super User 2024 Season 2
Martin Dráb 230,551 Most Valuable Professional
nmaenpaa 101,156