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 :
Microsoft Dynamics AX (Archived)

Listpage creation

(0) ShareShare
ReportReport
Posted on by

How to add button enable and disable via x++ codes i.e if customer choose exceed the limit means button shows disable

*This post is locked for comments

I have the same question (0)
  • Sohaib Cheema Profile Picture
    49,677 Super User 2026 Season 1 on at

    which List Page? any existing or your own?

    which button? any existing or your own?

    if we want to get answer in general, the answer can be "put your code in list page interaction class"

    provide more details

  • Dick Wenning Profile Picture
    8,705 Moderator on at

    dont add buttons,

    add the button and set it default not visible

    in the interaction class hehind the form make it visible depending on the active record.

  • Dick Wenning Profile Picture
    8,705 Moderator on at

    example

    protected void setButtonVisibility()

    {

       super();

       this.listPage().actionPaneControlVisible(formControlStr(KysScoreCardDayListPage,NewButton), false);

       this.listPage().actionPaneControlVisible(formControlStr(KysScoreCardDayListPage,EditButton), false);

       this.listPage().actionPaneControlVisible(formControlStr(KysScoreCardDayListPage,EditInGridButton), false);

       this.listPage().actionPaneControlVisible(formControlStr(KysScoreCardDayListPage,DeleteCommandButton), false);

       this.listPage().actionPaneControlVisible(formControlStr(KysScoreCardDayListPage,KYSAOSListPageSQL),measureType == KYSMeasureType::SQL );

       this.listPage().actionPaneControlVisible(formControlStr(KysScoreCardDayListPage,KYSSQLListPageAOS),measureType == KYSMeasureType::AOS );

       this.listPage().actionPaneControlVisible(formControlStr(KysScoreCardDayListPage,KYSAOSListPageBatch),measureType == KYSMeasureType::Batch );

       this.listPage().actionPaneControlVisible(formControlStr(KysScoreCardDayListPage,KYSSQLListPageBatch),measureType == KYSMeasureType::Batch );

       this.listPage().actionPaneControlVisible(formControlStr(KysScoreCardDayListPage,KYSAOSListPageWCF),measureType == KYSMeasureType::AIF);

       this.listPage().actionPaneControlVisible(formControlStr(KysScoreCardDayListPage,KYSSQLListPageWCF),measureType == KYSMeasureType::AIF);

       this.listPage().actionPaneControlVisible(formControlStr(KysScoreCardDayListPage,KYSAOSListPageForm),measureType == KYSMeasureType::Form || measureType == KYSMeasureType::SSRS);

       this.listPage().actionPaneControlVisible(formControlStr(KysScoreCardDayListPage,KYSSQLListPageForm),measureType == KYSMeasureType::Form || measureType == KYSMeasureType::SSRS);

    }

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!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Andrew Jones a1x Profile Picture

Andrew Jones a1x 2

#3
GL-01081504-0 Profile Picture

GL-01081504-0 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans