Share via


Table "Planning Error Log"

ID 5430
Namespace: Microsoft.Inventory.Planning

Properties

Name Value
Caption Planning Error Log
DrillDownPageID Page Microsoft.Inventory.Planning."Planning Error Log"
LookupPageID Page Microsoft.Inventory.Planning."Planning Error Log"
ReplicateData True
DataClassification CustomerContent

Fields

Name Type Description
"Worksheet Template Name" Code[10]
"Journal Batch Name" Code[10]
"Entry No." Integer
"Item No." Code[20]
"Error Description" Text[250]
"Table ID" Integer
"Table Position" Text[250]
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

Caption

procedure Caption(): Text

Returns

Type Description
Text

SetJnlBatch

procedure SetJnlBatch(WkshTemplName: Code[10], JnlBatchName: Code[10], ItemNo: Code[20])

Parameters

Name Type Description
WkshTemplName Code[10]
JnlBatchName Code[10]
ItemNo Code[20]

SetError

procedure SetError(TheError: Text[250], TheTableID: Integer, TheTablePosition: Text[250])

Parameters

Name Type Description
TheError Text[250]
TheTableID Integer
TheTablePosition Text[250]

GetError

procedure GetError(var PlanningErrorLog: Record "Planning Error Log"): Boolean

Parameters

Name Type Description
PlanningErrorLog Table Microsoft.Inventory.Planning."Planning Error Log"

Returns

Type Description
Boolean

ShowError

procedure ShowError()

Events

OnShowError

[IntegrationEvent(False,False)]
local procedure OnShowError(RecRef: RecordRef, TableID: Integer)

Parameters

Name Type Description
RecRef RecordRef
TableID Integer

See also