Why do you need this change?
We need this change because we have extended the intercompany process to also support sales shipments, and we need to assign transaction numbers in the same way as for the other processes.
Describe the request
Hi,
we have a request about the codeunit 427 ICInboxOutboxMgt.
Could you please make the local procedure GetNextICTransactionNo(): Integer global?
//start
procedure GetNextICTransactionNo(): Integer
//end
begin
EnsureICTransactionNoSequenceExists();
exit(NumberSequence.Next(ICTransactionNoSequenceTok));
end;
Internal work item: AB#636288
Why do you need this change?
We need this change because we have extended the intercompany process to also support sales shipments, and we need to assign transaction numbers in the same way as for the other processes.
Describe the request
Hi,
we have a request about the codeunit 427 ICInboxOutboxMgt.
Could you please make the local procedure GetNextICTransactionNo(): Integer global?
Internal work item: AB#636288