Share via


Table "Error Handling Parameters"

ID 9080
Namespace: Microsoft.Utilities

Properties

Name Value
DataClassification SystemMetadata
TableType Temporary

Fields

Name Type Description
"Primary Key" Code[10]
"Journal Template Name" Code[10]
"Journal Batch Name" Code[10]
"Document No." Code[20]
"Previous Document No." Code[20]
"Posting Date" Date
"Previous Posting Date" Date
"Full Batch Check" Boolean
"Line Modified" Boolean
"Line No." Integer
"Previous Line No." Integer
"Sales Document Type" Enum Microsoft.Sales.Document."Sales Document Type"
"Purchase Document Type" Enum Microsoft.Purchases.Document."Purchase Document Type"
"Full Document Check" Boolean
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

IsGenJnlDocumentChanged

procedure IsGenJnlDocumentChanged(): Boolean

Returns

Type Description
Boolean

FromArgs

procedure FromArgs(Args: Dictionary of [Text, Text])

Parameters

Name Type Description
Args Dictionary of [Text, Text]

ToArgs

procedure ToArgs(var Args: Dictionary of [Text, Text])

Parameters

Name Type Description
Args Dictionary of [Text, Text]

Events

OnAfterFromArgs

[IntegrationEvent(False,False)]
local procedure OnAfterFromArgs(var ErrorHandlingParameters: Record "Error Handling Parameters" temporary, var Args: Dictionary of [Text, Text])

Parameters

Name Type Description
ErrorHandlingParameters Table Microsoft.Utilities."Error Handling Parameters"
Args Dictionary of [Text, Text]

OnAfterToArgs

[IntegrationEvent(False,False)]
local procedure OnAfterToArgs(var ErrorHandlingParameters: Record "Error Handling Parameters" temporary, var Args: Dictionary of [Text, Text])

Parameters

Name Type Description
ErrorHandlingParameters Table Microsoft.Utilities."Error Handling Parameters"
Args Dictionary of [Text, Text]

See also