hello. I am facing a weird problem whereby I cannot change the page name.
The code is the following but somehow the page still comes up as "Card Transfer". So then when I search for the page, I have two suggestions with "Card transfer" name
Page 1
Caption = 'Card Transfer';
//DataCaptionExpression = 'Card Transfer Card';
SourceTable = "Card Transfer";
UsageCategory = Administration;
ApplicationArea = All;
Page 2
Caption = 'Card Transfer List';
//DataCaptionExpression = 'Card Transfer List';
DeleteAllowed = false;
Editable = false;
InsertAllowed = false;
ModifyAllowed = false;
PageType = List;
SourceTable = "Card Transfer";
UsageCategory = Administration;
ApplicationArea = All;
I have tried changing captions, removing captions, nothing seem to impact it.
ANy ideas
0
Answers