page caption not changing

tsodartsodar Member Posts: 21
edited 2022-06-22 in NAV Three Tier
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

Answers

  • ShaiHuludShaiHulud Member Posts: 228
    Have you checked your translation files? I'd guess they might not be getting updated properly and still have the old captions. Or you may have multiple translation files, and it ends up picking up the one that is not being updated when building.
  • tsodartsodar Member Posts: 21
    edited 2022-06-23
    I do have multiple translation files, does that mean I need to re-generate them?
Sign In or Register to comment.