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

Notifications

Announcements

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 409

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,829 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
    409 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

News and Announcements

Season of Giving Solutions is Here!

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
Abhilash Warrier Profile Picture

Abhilash Warrier 763 Super User 2025 Season 2

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 413 Super User 2025 Season 2

#3
Martin Dráb Profile Picture

Martin Dráb 284 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans