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

Announcements

News and Announcements icon
Community site session details

Community site session details

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

Is there any way available to filter only few Tiles in on workspace form

(0) ShareShare
ReportReport
Posted on by 489

Hi All,
I have a new developed workspace form and on that form I have more than 10 tile buttons, behind every tile there is Query to show the count. I have added many filter controls as well. My Requirement is on modification of highlighted filter control I want to apply filter on only 1 tile highlighted in yellow. Please let me know if such requirement can be possible to implement or share if there is any standard form having such requirement.


Or any alternate approach if this can be done on any button click?

pastedimage1672056833249v1.png

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

    Hi Vijay Yelmame,

    There is one standard method which is available to set the tile values. Override the getData method on tiles and set the values based on the filter selection.

     public TileButtonControlData getData()
    {
        TileButtonControlData ret;
        
        ret = super();
        
        ret.strTileData(any2str(set the values for the tiles));
                           
        return ret;
    }

    Also, on the Refresh button clicked method add the code to refresh form

    public void clicked
    {
        #Task
        element.task(#taskRefresh);
    }

    Thanks,

    Girish S.

  • Vijay Yelmame VY Profile Picture
    489 on at

    Thanks Girish,

    Let me check and get back to you.

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

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

#1
Abhilash Warrier Profile Picture

Abhilash Warrier 463 Super User 2026 Season 1

#2
André Arnaud de Calavon Profile Picture

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

#3
Subra Profile Picture

Subra 392

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans