Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Switch Business Process Flow through JavaScript Web Resource

(0) ShareShare
ReportReport
Posted on by 297

Hello Everyone !

Hope all of you fine!

Can any anyone tell me how to switch BPF through JS when form load?

I am beginner as JS developer in Dynamics.

*This post is locked for comments

  • Verified answer
    gdas Profile Picture
    50,091 Moderator on at
    RE: Switch Business Process Flow through JavaScript Web Resource

    Hi ,

    Check with this  -

    function OnloadForm(Executioncontext)
    {
        var formcontext = Executioncontext.getFormContext();
        formContext.data.process.setActiveProcess(processId, callbackFunction); // Pass GUID of process 
    }
    
    function callbackFunction(result)
    {
        if(result == "Success")
        {
            alert("Success");
        }
        else
        {
            alert("failed");
        }
    
    }


  • Verified answer
    Joana Pinto Profile Picture
    740 on at
    RE: Switch Business Process Flow through JavaScript Web Resource

    Hello,

    This link refers to the new client-side api for v9 of Dynamics 365:

    docs.microsoft.com/.../setactiveprocess

    Hope it helps!

  • Microsoft Dynamics 365 Consultancy Profile Picture
    297 on at
    RE: Switch Business Process Flow through JavaScript Web Resource

    Hello!

    The references which you given are old. Now i heard that Microsoft has changed JavaScript architecture for dynamics due to which controls have changed. When i use methods in which are given in documentation of Microsoft so errors occur so kindly tell me updated reference for this.

  • Verified answer
    Mahadeo Matre Profile Picture
    17,021 on at

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics CRM (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 83 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 52

#3
dkrishna Profile Picture

dkrishna 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans