Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ tableextension 6220 "Sust. Item" extends Item
Rec.TestField("Sust. Cert. No.");
end;
}
field(6251; "EUDR Relevant"; Boolean)
{
DataClassification = CustomerContent;
Caption = 'EUDR Relevant';
ToolTip = 'Specifies that this item is subject to the EU Deforestation Regulation (EUDR) and requires EUDR certification information to be captured on its lot information.';
}
field(6212; "GHG Credit"; Boolean)
{
DataClassification = CustomerContent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ pageextension 6222 "Sust. Item Card" extends "Item Card"
ApplicationArea = Basic, Suite;
ToolTip = 'Specifies the value of the Item of Concern field.';
}
field("EUDR Relevant"; Rec."EUDR Relevant")
{
ApplicationArea = Basic, Suite;
ToolTip = 'Specifies that this item is subject to the EU Deforestation Regulation (EUDR) and requires EUDR certification information on its lot information.';
}
field("Recyclability Percentage"; Rec."Recyclability Percentage")
{
ApplicationArea = Basic, Suite;
Expand Down
Loading