Hi All,
I have created the custom page of type List and i have added a button in the navigate group of the page , but that button is also showing itself in the New group of the page :


I want this button to be visible in Navigate section of the page only not in the New Group.
My code for adding the button in the action area :
actions
{
area(Navigation)
{
action("XXXXX")
{
Caption = 'XXXXX';
ApplicationArea = Basic, Suite;
Image = Quote;
Promoted = true;
..............
}
}
}
Please help!