Share via


Table "BOM Warning Log"

ID 5874
Namespace: Microsoft.Inventory.BOM

Properties

Name Value
Caption BOM Warning Log
ReplicateData True
DataClassification CustomerContent

Fields

Name Type Description
"Entry No." Integer
"Warning Description" Text[250]
"Table ID" Integer
"Table Position" Text[250]
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

SetWarning

procedure SetWarning(TheWarning: Text[250], TheTableID: Integer, TheTablePosition: Text[250])

Parameters

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

ShowWarning

procedure ShowWarning()

Events

OnAfterShowWarning

[IntegrationEvent(False,False)]
local procedure OnAfterShowWarning(var BOMWarningLog: Record "BOM Warning Log", RecRef: RecordRef)

Parameters

Name Type Description
BOMWarningLog Table Microsoft.Inventory.BOM."BOM Warning Log"
RecRef RecordRef

See also