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 :
Customer experience | Sales, Customer Insights,...
Suggested Answer

Making a workflow from two entities

(0) ShareShare
ReportReport
Posted on by 240

Hello, 

I have two entities: A and B. I have BPFs installed for both. 

BPF A has the option of Funded? in the last stage. I want to create a workflow that when the Funded is chosen as Yes, the BPF B active stage also goes to funded. How do I do that? 

Will I have to create a relationship between the two. Entity A has the entity B linked to it in the main form. That is the only relationship there is. 

Thanks.

I have the same question (0)
  • Suggested answer
    Jomy Jose Profile Picture
    290 on at

    Hi Aneega,

    Yo can't achieve using a normal work flow. Either you have to use a custom workflow or you can register a plugin on the field change(Funded). If you are using plugin, use the below sample code for updating the stage.

                                  Entity con= new Entity("contact");

                                   con["stageid"] = Guid.Parse("06b48871-502e-19da-0e64-6c7dae9b2837");//completion

                                   if (contactid!= Guid.Empty)

                                   {

                                       con.Id = contactid;

                                       service.Update(con);                                    

                                   }

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 April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
ManoVerse Profile Picture

ManoVerse 128 Super User 2026 Season 1

#2
11manish Profile Picture

11manish 97

#3
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 69 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans