Skip to content

Commit

Permalink
Merge pull request #4 from krishnaGottuparthi/RemoveFieldAndTest
Browse files Browse the repository at this point in the history
Remove field
  • Loading branch information
krishnaGottuparthi authored Feb 29, 2024
2 parents 83cf3c1 + 362d1c6 commit a6d5904
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ pageextension 80021 "G/L Account Card Sum" extends "G/L Account Card"
{
addlast(General)
{
field("Show in Summary "; Rec."Show in Summary")
{
ApplicationArea = Basic, Suite;
ToolTip = 'Specifies the value of the Show in Summary field.';
}
// field("Show in Summary "; Rec."Show in Summary")
// {
// ApplicationArea = Basic, Suite;
// ToolTip = 'Specifies the value of the Show in Summary field.';
// }
}
}
actions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ tableextension 80014 "G/L Account Ext." extends "G/L Account"
{
fields
{
field(80000; "Show in Summary"; Boolean)
{
Caption = 'Show in Summary';
DataClassification = ToBeClassified;
}
// field(80000; "Show in Summary"; Boolean)
// {
// Caption = 'Show in Summary';
// DataClassification = ToBeClassified;
// }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ report 80001 "G/L Register with Summary"
column(GLAcc_Name; GLAcc.Name)
{
}
column(GLAccountRec_ShowSummary; GLAccountRec."Show in Summary")
{
}
// column(GLAccountRec_ShowSummary; GLAccountRec."Show in Summary")
// {
// }
column(G_L_Entry_Description; Description)
{
}
Expand Down Expand Up @@ -162,7 +162,7 @@ report 80001 "G/L Register with Summary"
//SJ220210 (SL.)
dataitem("G/L Account"; "G/L Account")
{
DataItemTableView = WHERE("Show in Summary" = const(true));
// DataItemTableView = WHERE("Show in Summary" = const(true));

column(Name_2; Name)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4970,9 +4970,6 @@ End Function
<Field Name="GLAcc_Name">
<DataField>GLAcc_Name</DataField>
</Field>
<Field Name="GLAccountRec_ShowSummary">
<DataField>GLAccountRec_ShowSummary</DataField>
</Field>
<Field Name="G_L_Entry_Description">
<DataField>G_L_Entry_Description</DataField>
</Field>
Expand Down
2 changes: 1 addition & 1 deletion Summary on GL Registers Report_Codec_1.0.0.5/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "93176a34-b2ac-457c-b78e-203a52999c82",
"name": "Summary on GL Registers Report",
"publisher": "Codec",
"version": "1.6.0.0",
"version": "1.0.0.6",
"runtime": "10.0",
"target": "Cloud",
"resourceExposurePolicy": {
Expand Down

0 comments on commit a6d5904

Please sign in to comment.