Table 70491902 EOS055 Packaging Instruction

Table 70491902 EOS055 Packaging Instruction

LanguageCaption
de-DEVerpackungsanweisung
en-USPackaging Instruction
it-ITIstruzioni per l’imballaggio

Fields

No. (1)

Code[20]

LanguageCaption
de-DENr.
en-USNo.
it-ITNr.

Item No. (2)

Code[20]

TableRelation: Item where(Type = const(Inventory))

LanguageCaption
de-DEArtikelnr.
en-USItem No.
it-ITNr. articolo

Variant Code (3)

Code[10]

TableRelation: "Item Variant".Code where("Item No." = field("Item No."))

LanguageCaption
de-DEVariantencode
en-USVariant Code
it-ITCod. variante

Unit of Measure Code (4)

Code[10]

TableRelation: "Item Unit of Measure".Code where("Item No." = field("Item No."))

LanguageCaption
de-DEEinheitencode
en-USUnit of Measure Code
it-ITCod. unità di misura

Quantity (5)

Decimal

LanguageCaption
de-DEMenge
en-USQty. per Packaging Material
it-ITQuantità

No. of Layers (6)

Integer

LanguageCaption
de-DEAnzahl Ebenen
en-USNo. of Layers
it-ITNr. di strati

Qty. per Layer (7)

Decimal

LanguageCaption
de-DEMenge pro Ebene
en-USQty. per Layer
it-ITQtà. per strato

Max. Height (mm) (8)

Decimal

LanguageCaption
de-DEMax. Höhe (mm)
en-USMax. Height (mm)
it-ITAltezza massima (mm)

Packaging Material No. (10)

Code[20]

TableRelation: "EOS055 Packaging Material" where("HU Type" = const(Package))

LanguageCaption
de-DEVerpackungsmaterialnr.
en-USPackaging Material No.
it-ITNr. materiale di imballaggio

Load Carrier No. (11)

Code[20]

TableRelation: "EOS055 Packaging Material"

LanguageCaption
de-DELadungsträgernr.
en-USLoad Carrier No.
it-ITNr. portacarico

Default (15)

Boolean

LanguageCaption
de-DEVorgabe
en-USDefault
it-ITDefault

Suggest Handling Units (16)

Option

"Both" (0) , "Packages" (1) , "Load Carriers" (2)

Specifies which handling units are created during suggestion of the packing list for this instruction.

LanguageCaption
de-DELaddeinheiten vorschlagen
en-USSuggest Handling Units
it-ITSuggerisci unità di carico

Source Type (20)

Enum "EOS055 Packaging Instruction Source Type"

LanguageCaption
de-DEHerkunftsart
en-USSource Type
it-ITTipo origine

Source No. (21)

Code[20]

TableRelation: if ("Source Type" = const(Customer)) Customer else if ("Source Type" = const(Vendor)) Vendor else if ("Source Type" = const("Shipping Agent")) "Shipping Agent"

LanguageCaption
de-DEHerkunftsnr.
en-USSource No.
it-ITNr. origine

Source Address Code (22)

Code[10]

TableRelation: if ("Source Type" = const(Customer)) "Ship-to Address".Code where("Customer No." = field("Source No.")) else if ("Source Type" = const(Vendor)) "Order Address".Code where("Vendor No." = field("Source No."))

LanguageCaption
de-DEHerkunftsadressencode
en-USSource Address Code
it-ITCodice indirizzo origine

Carrier Group Code (23)

Code[10]

LanguageCaption
de-DEFrächtergruppencode
en-USCarrier Group Code
it-ITCodice gruppo vettore

Mandatory (25)

Boolean

LanguageCaption
de-DEPflicht
en-USMandatory
it-ITObbligatorio

HU Type Code (26)

Code[10]

LanguageCaption

No. Series (30)

Code[20]

LanguageCaption
de-DENummernserie
en-USNo. Series
it-ITNr. serie

Description (40)

Text[100]

A description for this packaging instruction.

LanguageCaption
de-DEBeschreibung
en-USDescription
it-ITDescrizione

Item Category Code (50)

Code[20]

TableRelation: "Item Category".Code

Indicates for which item category (and all of it’s children) this packaging instruction is valid. If you leave this field empty, the record is valid for all item categories.

LanguageCaption
de-DEArtikelkategoriencode
en-USItem Category Code
it-ITCodice categoria articolo

Source Posting Group (55)

Code[20]

TableRelation: if ("Source Type" = const(Customer)) "Customer Posting Group".Code else if ("Source Type" = const(Vendor)) "Vendor Posting Group".Code

Indicates for which customer (if “Source Type” = Customer) or vendor (if “Source Type” = Vendor) posting group this packaging instruction is valid. If you leave this field empty, the record is valid for all posting groups.

LanguageCaption
de-DEHerkunftsbuchungsgruppe
en-USSource Posting Group
it-ITCat. reg. di origine

Priority (70)

Integer

Indicates the priority of this packaging instruction. If more than one packaging instruction is found within a given filter, the packaging instruction with the highest priority will be applied.

LanguageCaption
de-DEPriorität
en-USPriority
it-ITPriorità

Disabled (71)

Boolean

Indicates whether this record is disabled. A disabled record will not be considered when finding packaging instructions for a document.

LanguageCaption
de-DEDeaktiviert
en-USDisabled
it-ITDisabilitato

Secondary Unit of Measure Code (90)

Code[10]

TableRelation: "Unit of Measure".Code

Specifies a secondary unit of measure. This unit of measure is used to calculate the secondary quantities on the HU content. This is only used for display purposes. This is alternative to using Secondary UoM Factor.

LanguageCaption
de-DESekundär-Einheitscode
en-USSecondary Unit of Measure Code
it-ITCod. unità di misura secondaria

Secondary UoM Factor (91)

Decimal

Specifies a secondary unit of measure factor. This factor is used to calculate the secondary quantities on all HU contents. This is only used for display purposes. This is alternative to using Secondary Unit of Measure Code.

LanguageCaption
de-DESekundär-Einheitsfaktor
en-USSecondary Unit of Measure Factor
it-ITFattore unità di misura secondaria

Methods

AssistEdit

procedure AssistEdit(): Boolean

Parameters / Return Value

  • Returns Boolean

SetPackagingMaterialFromFilter

procedure SetPackagingMaterialFromFilter()

SetLoadCarrierFromFilter

procedure SetLoadCarrierFromFilter()

TestIsValid

procedure TestIsValid(ThrowError: Boolean)

Tests if the packaging instruction is valid. If it is not, a runtime error is thrown - if requested.

Parameters / Return Value

  • ThrowError Boolean

    Specifies whether a runtime error is thrown, if the packaging instruction is not valid.


Events

OnAfterUpdateDescription

local procedure OnAfterUpdateDescription(var PackagingInstruction: Record "EOS055 Packaging Instruction")

Raised after the description of a packaging instruction has been updated.

Parameters / Return Value

  • PackagingInstruction Record "EOS055 Packaging Instruction"

    The packaging instruction.


OnAfterTestIsValid

local procedure OnAfterTestIsValid(PackagingInstruction: Record "EOS055 Packaging Instruction"; ThrowError: Boolean)

Raised after default checks from TestIsValid have been executed. Use this to add custom checks.

Parameters / Return Value

  • PackagingInstruction Record "EOS055 Packaging Instruction"

    The packaging instruction.

  • ThrowError Boolean

    Indicates if throwing an error was requested.



EOS Labs -