Skip to content

[Extensibility][SubscriptionBilling]: Add PostingDate parameter to OnBeforeReleaseCustomerContractDeferral and OnBeforeReleaseVendorContractDeferral integration events#7981

Merged
JesperSchulz merged 1 commit into
microsoft:mainfrom
miljance:SBExposePostingDateDuringdeferralRelease
May 11, 2026

Conversation

@miljance
Copy link
Copy Markdown
Contributor

@miljance miljance commented May 5, 2026

Fixes #7980

Summary

Added PostingDate as a parameter to the OnBeforeReleaseCustomerContractDeferral and OnBeforeReleaseVendorContractDeferral integration events in ContractDeferralsRelease.Report.al.

Previously, subscribers had no way to access the posting date at the time these events were raised. The PostingDate is now exposed as a read-only parameter, allowing subscribers to act on or conditionally respond to the posting date as part of their event handling logic.

Changed

  • OnBeforeReleaseCustomerContractDeferral(var CustomerContractDeferral, var ShouldReleaseDeferral) ΓåÆ (..., PostingDate: Date)
  • OnBeforeReleaseVendorContractDeferral(var VendorContractDeferral, var ShouldReleaseDeferral) ΓåÆ (..., PostingDate: Date)
    Fixes AB#634371

@miljance miljance requested a review from a team as a code owner May 5, 2026 15:15
@miljance miljance changed the title Add PostingDate parameter to OnBeforeRelease deferral integration events [Extensibility][SubscriptionBilling]: Add PostingDate parameter to OnBeforeReleaseCustomerContractDeferral and OnBeforeReleaseVendorContractDeferral integration events May 5, 2026
@github-actions github-actions Bot added AL: Apps (W1) Add-on apps for W1 From Fork Pull request is coming from a fork labels May 5, 2026
@JesperSchulz JesperSchulz added the Finance GitHub request for Finance area label May 8, 2026
@Groenbech96 Groenbech96 added the Linked Issue is linked to a Azure Boards work item label May 8, 2026
@github-actions github-actions Bot added this to the Version 29.0 milestone May 8, 2026
@AndersLarsenMicrosoft AndersLarsenMicrosoft enabled auto-merge (squash) May 8, 2026 13:38
auto-merge was automatically disabled May 8, 2026 13:38

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AL: Apps (W1) Add-on apps for W1 Finance GitHub request for Finance area From Fork Pull request is coming from a fork Linked Issue is linked to a Azure Boards work item

Projects

None yet

4 participants