Skip to content

Codeunit WSB_BRGCommentLinesPublishers

Exposes event publishers to hook into events raised by WSB_BRGCommentLines SetCommentLineUsageFilters.

Properties

Name Value
Access Public

Methods

wgEvpIsCOCDocumentCommentsFeatureEnabled

Allows Apportunix Convenient Comments to hook into the question whether the Document Comments feature is enabled Note that this is purely informative and cannot be used to bypass the licensing of the feature.

Parameters

Type Name Description
Boolean vFeatureIsEnabled Indicates whether the Document Comments feature is enabled.

wgEvpOnSetAssemblyCommentLineUsageFilters

Allows to hook into the record filtering of "Assembly Comment Line" when BRGCommentLines.SetCommentLineUsageFilters is called

Parameters

Type Name Description
Record "Assembly Comment Line" vRecCommentLine The comment line record.
Enum "Report Selection Usage" pReportSelectionUsage The report selection usage.

wgEvpOnSetCommentLineUsageFilters

Allows to hook into the record filtering of "Comment Line" when BRGCommentLines.SetCommentLineUsageFilters is called

Parameters

Type Name Description
Record "Comment Line" vRecCommentLine The comment line record.
Enum "Report Selection Usage" pReportSelectionUsage The report selection usage.

wgEvpOnSetInventoryCommentLineUsageFilters

Allows to hook into the record filtering of "Inventory Comment Line" when BRGCommentLines.SetCommentLineUsageFilters is called

Parameters

Type Name Description
Record "Inventory Comment Line" vRecCommentLine The comment line record.
Enum "Report Selection Usage" pReportSelectionUsage The report selection usage.

wgEvpOnSetProdOrderCommentLineUsageFilters

Allows to hook into the record filtering of "Prod. Order Comment Line" when BRGCommentLines.SetCommentLineUsageFilters is called

Parameters

Type Name Description
Record "Prod. Order Comment Line" vRecCommentLine The comment line record.
Enum "Report Selection Usage" pReportSelectionUsage The report selection usage.

wgEvpOnSetPurchCommentLineArchiveUsageFilters

Allows to hook into the record filtering of "Purch. Comment Line Archive" when BRGCommentLines.SetCommentLineUsageFilters is called

Parameters

Type Name Description
Record "Purch. Comment Line Archive" vRecCommentLine The comment line record.
Enum "Report Selection Usage" pReportSelectionUsage The report selection usage.

wgEvpOnSetPurchCommentLineUsageFilters

Allows to hook into the record filtering of "Purch. Comment Line" when BRGCommentLines.SetCommentLineUsageFilters is called

Parameters

Type Name Description
Record "Purch. Comment Line" vRecCommentLine The comment line record.
Enum "Report Selection Usage" pReportSelectionUsage The report selection usage.
Boolean pUsageIsWareHouseUsage Set true if Report Selection Usage is Report Selection Warehouse Usage.

wgEvpOnSetReminderCommentLineUsageFilters

Allows to hook into the record filtering of "Reminder Comment Line" when BRGCommentLines.SetCommentLineUsageFilters is called

Parameters

Type Name Description
Record "Reminder Comment Line" vRecCommentLine The comment line record.
Enum "Report Selection Usage" pReportSelectionUsage The report selection usage.

wgEvpOnSetSalesCommentLineArchiveUsageFilters

Allows to hook into the record filtering of "Sales Comment Line Archive" when BRGCommentLines.SetCommentLineUsageFilters is called

Parameters

Type Name Description
Record "Sales Comment Line Archive" vRecCommentLine The comment line record.
Enum "Report Selection Usage" pReportSelectionUsage The report selection usage.

wgEvpOnSetSalesCommentLineUsageFilters

Allows to hook into the record filtering of "Sales Comment Line" when BRGCommentLines.SetCommentLineUsageFilters is called

Parameters

Type Name Description
Record "Sales Comment Line" vRecCommentLine The comment line record.
Enum "Report Selection Usage" pReportSelectionUsage The report selection usage.
Boolean pUsageIsWareHouseUsage Set true if Report Selection Usage is Report Selection Warehouse Usage.

wgEvpOnSetServiceCommentLineArchiveUsageFilters

Allows to hook into the record filtering of "Service Comment Line Archive" when BRGCommentLines.SetCommentLineUsageFilters is called

Parameters

Type Name Description
Record "Service Comment Line Archive" vRecCommentLine The comment line record.
Enum "Report Selection Usage" pReportSelectionUsage The report selection usage.

wgEvpOnSetServiceCommentLineUsageFilters

Allows to hook into the record filtering of "Service Comment Line" when BRGCommentLines.SetCommentLineUsageFilters is called

Parameters

Type Name Description
Record "Service Comment Line" vRecCommentLine The comment line record.
Enum "Report Selection Usage" pReportSelectionUsage The report selection usage.
Boolean pUsageIsWareHouseUsage Set true if Report Selection Usage is Report Selection Warehouse Usage.

wgEvpOnSetWarehouseCommentLineUsageFilters

Allows to hook into the record filtering of "Warehouse Comment Line" when BRGCommentLines.SetCommentLineWarehousUsageFilters is called

Parameters

Type Name Description
Record "Warehouse Comment Line" vRecCommentLine The comment line record.
Enum "Report Selection Usage" pReportSelectionUsage The report selection usage.
Boolean pUsageIsWareHouseUsage Set true if Report Selection Usage is Report Selection Warehouse Usage.