Skip to content

[Extensibility Request] issue 30331: add event to adjust corrective credit memo confirmation text#9440

Draft
AleksandricMarko wants to merge 1 commit into
mainfrom
ai-ext-fix/ext_issue-30331
Draft

[Extensibility Request] issue 30331: add event to adjust corrective credit memo confirmation text#9440
AleksandricMarko wants to merge 1 commit into
mainfrom
ai-ext-fix/ext_issue-30331

Conversation

@AleksandricMarko

@AleksandricMarko AleksandricMarko commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Summary

When a posted sales invoice was created from a sales order, correcting it shows a confirmation stating that the original order quantities will be reverted. With #29949, extensions can change what happens to those quantities, which makes the standard confirmation text inaccurate. The reporter needs a way to adjust that confirmation text so it reflects the extension's actual behavior. This PR adds an integration event immediately before the Confirm call so subscribers can modify the confirmation question.

Source issue repository: microsoft/AlAppExtensions; issue number: 30331

Changes Made

  • CreateCreditMemoCopyDocument - introduced a local ConfirmQuestion text seeded with CreateCreditMemoQst and raised the new event before Confirm, so the shown text can be adjusted; the same change was propagated to the APAC and ES layer counterparts.
  • OnCreateCreditMemoCopyDocumentOnBeforeConfirm - new integration event exposing the posted invoice, the originating sales order, and the modifiable confirmation text.

Fixes AB#641775

…m event to allow adjusting the corrective credit memo confirmation text

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@AleksandricMarko AleksandricMarko added event-request SCM GitHub request for SCM area labels Jul 14, 2026
@github-actions github-actions Bot added this to the Version 29.0 milestone Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

event-request SCM GitHub request for SCM area

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant