Skip to content

[Subscription Billing] table 8063 "Vendor Subscription Contract" internal procedure CreateVendorContractLineFromServiceCommitment #29548

@samra-singhammer

Description

@samra-singhammer

Why do you need this change?

We need to reuse the existing logic that creates a Vendor Contract Line from a Service Commitment and Subscription Line.
Currently, the procedure CreateVendorContractLineFromServiceCommitment(ServiceCommitment: Record "Service Commitment"; SubscriptionLine: Record "Subscription Line") is internal, so it cannot be invoked from an extension.

Describe the request

Please expose the following procedure so it can be called from extensions:

Current: internal procedure CreateVendorContractLineFromServiceCommitment(ServiceCommitment: Record "Service Commitment"; SubscriptionLine: Record "Subscription Line")

Requested change:
Make the procedure accessible from outside the module (e.g., change scope from internal to procedure/public).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions