Skip to content

Identify repository mismatch for OnBeforeNameDrillDown extensibility change#30185

Draft
Copilot wants to merge 1 commit into
mainfrom
copilot/update-onbeforenamedrilldown-parameter
Draft

Identify repository mismatch for OnBeforeNameDrillDown extensibility change#30185
Copilot wants to merge 1 commit into
mainfrom
copilot/update-onbeforenamedrilldown-parameter

Conversation

Copy link
Copy Markdown

Copilot AI commented Jun 1, 2026

The request is to add DownloadFilePreset: Boolean to table "Inc. Doc. Attachment Overview" event OnBeforeNameDrillDown so subscribers can distinguish view vs. download flows.
This repository does not contain that table/event implementation, so the requested code change could not be applied here.

  • Scope validation

    • Confirmed OnBeforeNameDrillDown and "Inc. Doc. Attachment Overview" are not present in this checkout.
    • Confirmed microsoft/ALAppExtensions currently hosts extensibility requests, while app source changes are expected in the app code repository.
  • Result

    • No AL source changes were made in this PR due to missing target object in repository scope.
    • Change needs to be applied in the repository/branch that contains table 137 implementation.
  • Target signature (to apply in correct repo)

    [IntegrationEvent(false, false)]
    local procedure OnBeforeNameDrillDown(
        var IncDocAttachmentOverview: Record "Inc. Doc. Attachment Overview";
        var IsHandled: Boolean;
        DownloadFilePreset: Boolean)
    begin
    end;

Copilot AI changed the title [WIP] Update OnBeforeNameDrillDown to include DownloadFilePreset parameter Identify repository mismatch for OnBeforeNameDrillDown extensibility change Jun 1, 2026
Copilot AI requested a review from Groenbech96 June 1, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Additional Parameter Required] - Table "Inc. Doc. Attachment Overview" Event "OnBeforeNameDrillDown"

2 participants