Skip to content

[Extensibility Request] issue 30361: add OnAutoArchiveJobOnCaseElse event to Job Archive Management - #9779

Open
AleksandricMarko wants to merge 1 commit into
mainfrom
ai-ext-fix/ext_issue-30361
Open

[Extensibility Request] issue 30361: add OnAutoArchiveJobOnCaseElse event to Job Archive Management#9779
AleksandricMarko wants to merge 1 commit into
mainfrom
ai-ext-fix/ext_issue-30361

Conversation

@AleksandricMarko

@AleksandricMarko AleksandricMarko commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Summary

The reporter needs an extension point in Job Archive Management.AutoArchiveJob so that archive behaviors beyond the standard Always and Question options can be handled by extensions. Today the case on Jobs Setup."Archive Jobs" silently does nothing for any other value, leaving no way to plug in custom archive handling. This PR adds an integration event in the else branch of that case so subscribers can react when neither standard option applies.

Source issue repository: microsoft/ALAppExtensions; issue number: 30361

Changes Made

  • OnAutoArchiveJobOnCaseElse - new integration event in codeunit "Job Archive Management" raised in the else branch of the Archive Jobs case in AutoArchiveJob, passing the Job and Jobs Setup records so extensions can handle additional archive modes.

Fixes AB#644126

@AleksandricMarko AleksandricMarko added event-request SCM GitHub request for SCM area labels Jul 28, 2026
@github-actions github-actions Bot added this to the Version 29.0 milestone Jul 28, 2026
@AleksandricMarko
AleksandricMarko marked this pull request as ready for review July 28, 2026 10:03
@AleksandricMarko
AleksandricMarko requested a review from a team July 28, 2026 10:03
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