Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)

Through BPF stage change iss it possible to filter the records in the Subgrid?

Posted on by 15

Through BPF stage change iss it possible to filter the records in the Subgrid?

*This post is locked for comments

  • Suggested answer
    Saad Kabarousse Profile Picture
    Saad Kabarousse 732 on at
    RE: Through BPF stage change iss it possible to filter the records in the Subgrid?

    Hello,

    You can use some thing like this to trigger a function each time the stage changes

    and Inside  the RefreachGrid function you can fill you SubGrid with data and refreach it after that.

    function formonload()

    {

    Xrm.Page.data.process.addOnStageChange(RefreachGrid); // Trigger the function when move to next stage.

    }

    function RefreachGrid()

    {

      var subGrid = getElement(subGridName);

    // Associate or Disassociate Requests or FetchXML

      subGrid.control.refresh();

    }

    If this answered your question, please make sure to Mark this as an Answer.

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans