Skip to content

Codeunit WSB_COCPublic

Exposes additional event publishers and procedures next to the event publishers that are available from the public objects.

Properties

Name Value
Access Public

Methods

wgFncShowCommentSheetForDocument

Shows the comment sheet with the comments for the passed record.

Parameters

Type Name Description
Variant pRecRelatedVariant The record to show the comments of.

wgFncShowSpecialCommentNotificationForDocument

Shows the special comment as a notification for the passed record, if any.

Parameters

Type Name Description
Variant pRecRelatedVariant The record to show the special comment of.

wgEvpOnShowCommentSheetForDocument

Allows one to handle additional tables to open a comment sheet.

Parameters

Type Name Description
Variant pRecRelatedVariant The record to open a comment sheet for.
Boolean vIsHandled Set this parameter to true for the tables handled by your extension.

wgEvpOnShowSpecialCommentNotificationForDocument

Allows one to handle additional tables to display a special comment notification.

Parameters

Type Name Description
Variant pRecRelatedVariant The record to display the special comment notification for, if necessary.
Boolean vIsHandled Set this parameter to true for the tables handled by your extension.