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