NAV2013 Page 291 Req. Worksheet and Ribbon

klhaklha Member Posts: 5
edited 2012-12-07 in NAV Three Tier
I try to customize the ribbon of page 291 "Req. Worksheet". I have the problem that some of the entries are very sticky, i.e. they appear even after I've deleted them form the page actions.

I did the following test
OBJECT Page 291 Req. Worksheet
{
  OBJECT-PROPERTIES
  {
  }
  PROPERTIES
  {
    CaptionML=[DEU=Bestellvorschlag;
               ENU=Req. Worksheet];
    SaveValues=Yes;
    SourceTable=Table246;
    DelayedInsert=Yes;
    DataCaptionFields=Journal Batch Name;
    PageType=Worksheet;
    AutoSplitKey=Yes;
   }
  CONTROLS
  {
  }
  CODE
  {

    BEGIN
    END.
  }
}

The quite surprising output is

Is that a bug or a feature? If it is a feature how can I take control?

Thank you!
Klaus

Answers

Sign In or Register to comment.