Table 70491901 EOS055 Packaging Material
Table 70491901 EOS055 Packaging Material
Language | Caption |
---|---|
de-DE | Verpackungsmaterial |
en-US | Packaging Material |
it-IT | Materiale di imballaggio |
Fields
No. (1
)
Code[20]
Language | Caption |
---|---|
de-DE | Nr. |
en-US | No. |
it-IT | Nr. |
Description (2
)
Text[100]
Language | Caption |
---|---|
de-DE | Beschreibung |
en-US | Description |
it-IT | Descrizione |
Description 2 (3
)
Text[100]
Language | Caption |
---|---|
de-DE | Beschreibung 2 |
en-US | Description 2 |
it-IT | Descrizione 2 |
Item No. (5
)
Code[20]
TableRelation: Item
Language | Caption |
---|---|
de-DE | Artikelnr. |
en-US | Item No. |
it-IT | Nr. articolo |
Location Code (6
)
Code[10]
TableRelation: Location where("Use As In-Transit" = const(false))
Language | Caption |
---|---|
de-DE | Lagerortcode |
en-US | Location Code |
it-IT | Cod. ubicazione |
Bin Code (7
)
Code[20]
TableRelation: Bin.Code where("Location Code" = field("Location Code"))
Language | Caption |
---|---|
de-DE | Lagerplatzcode |
en-US | Bin Code |
it-IT | Cod. collocazione |
Unit of Measure Code (10
)
Code[10]
TableRelation: "Unit of Measure"
Language | Caption |
---|---|
de-DE | Einheitencode |
en-US | Unit of Measure Code |
it-IT | Cod. unità di misura |
Width (mm) (11
)
Decimal
Language | Caption |
---|---|
de-DE | Breite (mm) |
en-US | Width (mm) |
it-IT | Larghezza (mm) |
Length (mm) (12
)
Decimal
Language | Caption |
---|---|
de-DE | Länge mm) |
en-US | Length (mm) |
it-IT | Lunghezza (mm) |
Height (mm) (13
)
Decimal
Language | Caption |
---|---|
de-DE | Höhe (mm) |
en-US | Height (mm) |
it-IT | Altezza (mm) |
Weight (kg) (14
)
Decimal
Language | Caption |
---|---|
de-DE | Gewicht (kg) |
en-US | Weight (kg) |
it-IT | Peso (Kg) |
Usage (20
)
Option
" "
(0) , "Reusable"
(1) , "One-Way"
(2)
Language | Caption |
---|---|
de-DE | Verwendung |
en-US | Usage |
it-IT | Utilizzo |
Owner Type (25
)
Enum "EOS055 Packaging Material Owner Type"
Language | Caption |
---|---|
de-DE | Eigentümerart |
en-US | Owner Type |
it-IT | Tipo proprietario |
Owner No. (26
)
Code[20]
TableRelation: if ("Owner Type" = const(Customer)) Customer else if ("Owner Type" = const(Vendor)) Vendor else if ("Owner Type" = const("Shipping Agent")) "Shipping Agent"
Language | Caption |
---|---|
de-DE | Eigentümernr. |
en-US | Owner No. |
it-IT | Nr. proprietario |
No. Series (30
)
Code[20]
Language | Caption |
---|---|
de-DE | Nummernserie |
en-US | No. Series |
it-IT | Nr. serie |
HU Type Code (31
)
Code[10]
TableRelation: "EOS055 Handling Unit Type"
Language | Caption |
---|---|
de-DE | LE-Artencode |
en-US | HU Type Code |
it-IT | Cod. tipo UdC |
HU Type (50
)
Enum "EOS055.01 Handling Unit Type"
FieldClass: FlowField
CalcFormula: lookup("EOS055 Handling Unit Type".Type where(Code = field("HU Type Code")))
Language | Caption |
---|---|
de-DE | LE-Art |
en-US | HU Type |
it-IT | Tipo UdC |
Rounding Precision (51
)
Decimal
Language | Caption |
---|---|
de-DE | Rundungsfaktor |
en-US | Rounding Factor |
it-IT | Fattore arrotondamento |
Location Filter (100
)
Code[10]
FieldClass: FlowFilter
TableRelation: Location.Code
Language | Caption |
---|---|
de-DE | Lagerortfilter |
en-US | Location Filter |
it-IT | Filtro ubicazione |
Date Filter (101
)
Date
FieldClass: FlowFilter
Language | Caption |
---|---|
de-DE | Datumsfilter |
en-US | Date Filter |
it-IT | Filtro data |
Empties Inventory (200
)
Decimal
FieldClass: FlowField
CalcFormula: sum("EOS029 Container Entry"."Quantity (Base)" where("Packaging Material No." = field("No."), "Location Code" = field("Location Filter"), "Posting Date" = field("Date Filter")))
Language | Caption |
---|---|
de-DE | Leergutbestand |
en-US | Empties Inventory |
it-IT | Giacenza vuoti |
Empties Invoicing Account No. (210
)
Code[20]
TableRelation: "G/L Account"."No."
Language | Caption |
---|---|
en-US | Empties Invoicing Account No. |
it-IT | Nr. conto fatturazione vuoti |
Volume Calc. Method (220
)
Enum "EOS055 PackMat Volume Calc. Method"
Language | Caption |
---|---|
de-DE | Volumenberechnungsmethode |
en-US | Volume Calc. Method |
it-IT | Metodo calcolo volume |
Methods
AssistEdit
procedure AssistEdit(): Boolean
Parameters / Return Value
- Returns
Boolean
CheckLoadCarrier
procedure CheckLoadCarrier()
CheckPackage
procedure CheckPackage()
EvaluateDocContainerFieldsFromPackage
procedure EvaluateDocContainerFieldsFromPackage(var DocumentContainer: Record "EOS029 Document Container")
Parameters / Return Value
- DocumentContainer
Record "EOS029 Document Container"
FindInvoicingGlAccountNo
procedure FindInvoicingGlAccountNo(AccountType: Enum "EOS029 Container Account Type"; AccountNo: Code[20]): Code[20]
Find the G/L account used for invoicing this packaging material as an empty to a given account.
Parameters / Return Value
AccountType
Enum "EOS029 Container Account Type"
The account type.
AccountNo
Code[20]
The account no.
Returns
Code[20]
The G/L account that was found. If no G/L account was found, an empty string is returned.
FindInvoicingGlAccountNo
procedure FindInvoicingGlAccountNo(AccountType: Enum "EOS029 Container Account Type"; AccountNo: Code[20]; WithError: Boolean): Code[20]
Find the G/L account used for invoicing this packaging material as an empty to a given account.
Parameters / Return Value
AccountType
Enum "EOS029 Container Account Type"
The account type.
AccountNo
Code[20]
The account no.
WithError
Boolean
Specifies if a runtime error will be thrown, if no G/L account is found.
Returns
Code[20]
The G/L account that was found. If no G/L account was found, an empty string is returned or - if
WithError
is set - a runtime error is thrown.
Events
OnAfterFindInvoicingGlAccountNo
local procedure OnAfterFindInvoicingGlAccountNo(PackagingMaterial: Record "EOS055 Packaging Material"; AccountType: Enum "EOS029 Container Account Type"; AccountNo: Code[20]; var GlAccountNo: Code[20])
Raised whenever an invoicing account no. is requested for a given packaging material. Use this to provide custom account no. resolution.
Parameters / Return Value
PackagingMaterial
Record "EOS055 Packaging Material"
The packaging material.
AccountType
Enum "EOS029 Container Account Type"
The account type for which the G/L account is requested.
AccountNo
Code[20]
The account no. for which the G/L account is requested.
GlAccountNo
Code[20]
The G/L account no. that has been found so far. Use this to provide a custom G/L account no.
OnAfterCopyFromItem
local procedure OnAfterCopyFromItem(var PackagingMaterial: Record "EOS055 Packaging Material"; Item: Record Item)
Raised after values are copied from an item to the packaging material. You can use this to copy additional custom fields.
Parameters / Return Value
PackagingMaterial
Record "EOS055 Packaging Material"
The packaging material.
Item
Record "Item"
The item.
OnBeforeEvaluateDocContainerFieldsFromPackage
local procedure OnBeforeEvaluateDocContainerFieldsFromPackage(var DocumentContainer: Record "EOS029 Document Container"; PackagingMaterial: Record "EOS055 Packaging Material"; var IsHandled: Boolean)
Raised before evaluating the DocumentContainer “Location Code” and “Bin Code” with Packagin Material values.
Parameters / Return Value
DocumentContainer
Record "EOS029 Document Container"
The document container.
PackagingMaterial
Record "EOS055 Packaging Material"
The packaging material.
IsHandled
Boolean
IsHandled parameter.
OnAfterEvaluateDocContainerFieldsFromPackage
local procedure OnAfterEvaluateDocContainerFieldsFromPackage(var DocumentContainer: Record "EOS029 Document Container"; PackagingMaterial: Record "EOS055 Packaging Material")
Raised after evaluating the DocumentContainer “Location Code” and “Bin Code” with Packagin Material values.
Parameters / Return Value
DocumentContainer
Record "EOS029 Document Container"
The document container.
PackagingMaterial
Record "EOS055 Packaging Material"
The packaging material.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.