Skip to content

Commit

Permalink
Hide card & subform pages from 'Tell me'
Browse files Browse the repository at this point in the history
  • Loading branch information
TKapitan committed May 2, 2021
1 parent 1b34460 commit 5b10c9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions App/Src/Extensions/ExtensionCard.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ page 80005 "C4BC Extension Card"
{
Caption = 'Extension Card';
PageType = Card;
ApplicationArea = All;
UsageCategory = Documents;
UsageCategory = None;
SourceTable = "C4BC Extension Header";


Expand Down
3 changes: 1 addition & 2 deletions App/Src/Extensions/ExtensionObjectLines.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
page 80010 "C4BC Extension Object Lines"
{
PageType = List;
ApplicationArea = All;
UsageCategory = Lists;
UsageCategory = None;
SourceTable = "C4BC Extension Object Line";
Caption = 'Extension Object Lines';

Expand Down
3 changes: 1 addition & 2 deletions App/Src/Extensions/ExtensionSubform.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
page 80004 "C4BC Extension Subform"
{
PageType = ListPart;
ApplicationArea = All;
UsageCategory = Lists;
UsageCategory = None;
DelayedInsert = true;
SourceTable = "C4BC Extension Object";

Expand Down

0 comments on commit 5b10c9a

Please sign in to comment.