Skip to content

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

Description

Why do you need this change?

In Event "OnBeforeNameDrillDown", need additional parameter DownloadFilePreset (Boolean)
This Boolean field decide this request is for View or Download Incoming Document.

Describe the request

Event subscriber signature as in BCv28 :
[EventSubscriber(ObjectType::Table, Database::"Inc. Doc. Attachment Overview", OnBeforeNameDrillDown, '', false, false)]
local procedure "Inc. Doc. Attachment Overview_OnBeforeNameDrillDown"(var IncDocAttachmentOverview: Record "Inc. Doc. Attachment Overview"; var IsHandled: Boolean)

After change
[EventSubscriber(ObjectType::Table, Database::"Inc. Doc. Attachment Overview", OnBeforeNameDrillDown, '', false, false)]
local procedure "Inc. Doc. Attachment Overview_OnBeforeNameDrillDown"(var IncDocAttachmentOverview: Record "Inc. Doc. Attachment Overview"; DownloadFilePreset: Boolean; var IsHandled: Boolean)

Thanks,
Internal work item: AB#635585

Activity

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

Metadata

Metadata

Labels

IntegrationGitHub request for Integration areaevent-requestRequest for adding an event

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions