web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

Hiding System defined Advanced filter or sort button

(0) ShareShare
ReportReport
Posted on by 451

All,

Is it possible to hide the Advanced filter or sort button on the form action pane

pastedimage1674088464118v1.png

I know the code but do not find the macro in the list #SysSystemDefinedButtons

[Form]
public class form2 extends FormRun
{
FormCommandButtonControl showListButton;

public void init()
{
#SysSystemDefinedButtons

super();
showListButton = this.control(this.controlId(#SystemDefinedShowListButton)) as FormCommandButtonControl;
showListButton.visible(false);
}
}

I have the same question (0)
  • Verified answer
    GirishS Profile Picture
    27,833 Moderator on at

    Hi Srikanth,

    Try below code and check. If its not available in macros try mentioning the button name and check.

    public void init()
    {
        #SysSystemDefinedButtons
        str SystemDefinedAdvancedFilterButton = "SystemDefinedAdvancedFilterButton";
        FormCommandButtonControl filter;
        super();
        filter = this.control(this.controlId(SystemDefinedAdvancedFilterButton)) as FormCommandButtonControl;
        filter.visible(false);
    }

    Thanks,

    Girish S.

  • SKO Profile Picture
    451 on at

    Thank you Girish, it worked

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 509 Super User 2026 Season 1

#2
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 375

#3
Adis Profile Picture

Adis 268 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans