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
Events
OnAfterShowWarning
[IntegrationEvent(False,False)]
local procedure OnAfterShowWarning(var BOMWarningLog: Record "BOM Warning Log", RecRef: RecordRef)
Parameters
See also