Skip to content

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

@ManishSinha-PA

Description

@ManishSinha-PA

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

Metadata

Metadata

Labels

IntegrationGitHub request for Integration areaevent-requestRequest for adding an event

Type

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions