Hello...
I do Create a new screen linked to it with a table of 3 that consumes...
The problem here is that the screen name does not appear in the full search bar.
why?
the code :
page 50201 /ConnectingDevicesTaxJOD/
{
Caption = 'Connecting Devices Tax JOD';
AdditionalSearchTerms = 'Connecting Devices Tax JOD';
//PageType = Worksheet;
PageType = List;
UsageCategory = Lists;
//UsageCategory = Administration;
ApplicationArea = All;
RefreshOnActivate = true;
SourceTable = /ConnectingDevicesTax_JOD/;
layout
{
area(content)
{
repeater(Group)
{
field(/InputNumberSequence/; /InputNumberSequence/)
{
ApplicationArea = All;
Caption = 'InputNumberSequence';
Editable = true;
ToolTip = 'Input Number Sequence';
}
field(/SecretKey/; /SecretKey/)
{
ApplicationArea = All;
Caption = 'SecretKey';
Editable = true;
ToolTip = 'SecretKey';
}
field(/ClinetID/; /ClinetID/)
{
ApplicationArea = All;
Caption = 'ClinetID';
Editable = true;
ToolTip = 'ClinetID';
}
}
}
}
}
=======================================
How do I solve this problemØŸ
How do I add it under a menu category, such as sales order?