Skip to content

[Extensibility Request] issue 30349: add OnBeforeCheckTrackingIfRequired event to Item Journal Line#9464

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

[Extensibility Request] issue 30349: add OnBeforeCheckTrackingIfRequired event to Item Journal Line#9464
AleksandricMarko wants to merge 1 commit into
mainfrom
ai-ext-fix/ext_issue-30349

Conversation

@AleksandricMarko

@AleksandricMarko AleksandricMarko commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Summary

The reporter needs clearer, user-facing error messages when item tracking (Serial/Lot No.) is missing during document posting. The standard CheckTrackingIfRequired validation reports errors against the temporary "Item Journal Line" record, so users cannot tell which document line or item is affected. This PR adds an integration event at the start of CheckTrackingIfRequired so extensions can run their own validation and raise a more meaningful error before the standard checks.

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

Changes Made

  • CheckTrackingIfRequired (table 83 "Item Journal Line") - raise a new OnBeforeCheckTrackingIfRequired integration event at the start of the procedure so subscribers can perform custom item-tracking validation before the standard TestField checks; the same change is propagated to the country layer counterparts (APAC, CH, ES, FR, GB, IT, RU).

Fixes AB#642241

…m Journal Line

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@AleksandricMarko AleksandricMarko added event-request SCM GitHub request for SCM area labels Jul 15, 2026
@github-actions github-actions Bot added this to the Version 29.0 milestone Jul 15, 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