Skip to content

[Change Request] codeunit 427 ICInboxOutboxMgt – Make procedure GetNextICTransactionNo(): Integer global #30123

@LarsBrune

Description

@LarsBrune

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    IntegrationGitHub request for Integration arearequest-for-externalRequest for exposing a function for extension development

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions