Skip to content

Commit

Permalink
Changes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymckinney committed May 6, 2024
1 parent 1b5e4ff commit 38219d1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,38 +22,47 @@ page 41012 "Hist. Inventory Trx. Headers"
{
field("Document No."; Rec."Document No.")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Document No. field.';
}
field("Document Type"; Rec."Document Type")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Document Type field.';
}
field("Document Date"; Rec."Document Date")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Document Date field.';
}
field("Post Date"; Rec."Post Date")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Post Date field.';
}
field("Batch No."; Rec."Batch No.")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Batch No. field.';
}
field("Batch Source"; Rec."Batch Source")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Batch Source field.';
}
field("Source Reference No."; Rec."Source Reference No.")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Source Reference No. field.';
}
field("Source Indicator"; Rec."Source Indicator")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Source Indicator field.';
}
field("Audit Code"; Rec."Audit Code")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Audit Code field.';
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,22 @@ page 41011 "Hist. Inventory Trx. Lines"
{
field("Customer No."; Rec."Customer No.")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Customer No. field.';
}
field("Item No."; Rec."Item No.")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Item No. field.';
}
field("Unit of Measure"; Rec."Unit of Measure")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Unit of Measure field.';
}
field(Quantity; Rec.Quantity)
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Quantity field.';

trigger OnDrillDown()
Expand All @@ -45,26 +49,32 @@ page 41011 "Hist. Inventory Trx. Lines"
}
field("Unit Cost"; Rec."Unit Cost")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Unit Cost field.';
}
field("Ext. Cost"; Rec."Ext. Cost")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Ext. Cost field.';
}
field("Location Code"; Rec."Location Code")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Location Code field.';
}
field("Transfer To Location Code"; Rec."Transfer To Location Code")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Transfer To Location Code field.';
}
field("Reason Code"; Rec."Reason Code")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Reason Code field.';
}
field("Source Description"; Rec."Source Description")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Source Description field.';
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace Microsoft.DataMigration.GP.HistoricalData;

page 041029 "Hist. Invt. Trx. SerialLot"
page 41029 "Hist. Invt. Trx. SerialLot"
{
Caption = 'Historical Inventory Transaction Serial/Lot Detail';
PageType = Card;
Expand Down

0 comments on commit 38219d1

Please sign in to comment.