Skip to content

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

@samra-singhammer

Description

@samra-singhammer

Describe the issue

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.

Expected behavior

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).

Steps to reproduce

/

Additional context

No response

I will provide a fix for a bug

  • I will provide a fix for a bug

Metadata

Metadata

Assignees

Labels

ApprovedThe issue is approvedFinanceGitHub request for Finance area

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions