Codeunit "Document Errors Mgt."
ID 9070
Namespace: Microsoft.Utilities
Properties
Name
Value
SingleInstance
True
Methods
GetNothingToPostErrorMsg
procedure GetNothingToPostErrorMsg(): Text
Returns
GetModifiedSalesLineNo
procedure GetModifiedSalesLineNo(): Integer
Returns
GetModifiedPurchaseLineNo
procedure GetModifiedPurchaseLineNo(): Integer
Returns
SetModifiedSalesLine
procedure SetModifiedSalesLine(var SalesLine: Record "Sales Line")
Parameters
SetModifiedPurchaseLine
procedure SetModifiedPurchaseLine(var PurchaseLine: Record "Purchase Line")
Parameters
SetFullDocumentCheck
procedure SetFullDocumentCheck(NewFullDocumentCheck: Boolean)
Parameters
Name
Type
Description
NewFullDocumentCheck
Boolean
GetFullDocumentCheck
procedure GetFullDocumentCheck(): Boolean
Returns
SetErrorMessages
procedure SetErrorMessages(var SourceTempErrorMessage: Record "Error Message" temporary)
Parameters
GetErrorMessages
procedure GetErrorMessages(var NewTempErrorMessage: Record "Error Message" temporary)
Parameters
BackgroundValidationEnabled
procedure BackgroundValidationEnabled(): Boolean
Returns
CheckShowEnableBackgrValidationNotification
procedure CheckShowEnableBackgrValidationNotification(): Boolean
Returns
EnableShowDocumentCheckFactbox
procedure EnableShowDocumentCheckFactbox(Notification: Notification)
Parameters
Name
Type
Description
Notification
Notification
DontShowAgainEnableBackgroundValidationNotification
procedure DontShowAgainEnableBackgroundValidationNotification(Notification: Notification)
Parameters
Name
Type
Description
Notification
Notification
DisableBackgroundValidationNotification
procedure DisableBackgroundValidationNotification()
EnableBackgroundValidationNotification
procedure EnableBackgroundValidationNotification()
EnableShowDocumentCheckFactboxNotification
procedure EnableShowDocumentCheckFactboxNotification()
DisableShowDocumentCheckFactboxNotification
procedure DisableShowDocumentCheckFactboxNotification()
IsBackgroundValidationNotificationEnabled
procedure IsBackgroundValidationNotificationEnabled(): Boolean
Returns
IsShowDocumentCheckFactboxNotificationEnabled
procedure IsShowDocumentCheckFactboxNotificationEnabled(): Boolean
Returns
GetEnableBackgroundValidationNotificationID
procedure GetEnableBackgroundValidationNotificationID(): Guid
Returns
GetShowDocumentCheckFactboxNotificationID
procedure GetShowDocumentCheckFactboxNotificationID(): Guid
Returns
Events
[IntegrationEvent(True,False)]
local procedure OnBeforeOnAfterGetCurrRecordPurchDocCheckFactbox(var PurchaseHeader: Record "Purchase Header", var IsHandled: Boolean)
Parameters
[IntegrationEvent(True,False)]
local procedure OnBeforeOnAfterGetCurrRecordSalesDocCheckFactbox(var SalesHeader: Record "Sales Header", var IsHandled: Boolean)
Parameters
See also