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

Community site session details

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

How to make button on action pane only show up in List view but not details view

(0) ShareShare
ReportReport
Posted on by

Hi  I have a requirement to make one action button only visible on list view but not on detail view.  I am wondering how to make that happen?

I have the same question (0)
  • Community Member Profile Picture
    on at
    RE: How to make button on action pane only show up in List view but not details view

    Problem solved.

  • Blue Wang Profile Picture
    on at
    RE: How to make button on action pane only show up in List view but not details view

    Hi Yvonne Huang

    Could  you share your solution to help more people.

    Thank you!

  • Verified answer
    Community Member Profile Picture
    on at
    RE: How to make button on action pane only show up in List view but not details view

    Yes, I utilized the PageActivated event on detail page tab and add the logic like the following, then the action pane button would completely disappear after goes into Detail page mode. 

    [FormControlEventHandler(formControlStr(CustFreeInvoice, TabPageDetails), FormControlEventType::PageActivated)]
    public static void TabPageDetails_OnPageActivated(FormControl sender, FormControlEventArgs e)
    {
    FormRun formRun = sender.formRun();
    FormDesign formDesign = formRun.design();
    FormControl control = formDesign.controlname(formControlStr(CustFreeInvoice, <Name of Your Control>));

    control .visible(false);
    }

  • Blue Wang Profile Picture
    on at
    RE: How to make button on action pane only show up in List view but not details view

    Hi Yvonne,

    Thank you for sharing and marked the solution.

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

Responsible AI policies

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

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

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

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 1,850

#2
André Arnaud de Calavon Profile Picture

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

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 519 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans