Hi All,
I want to move two fields value form contact entity to custom entity called committehistory.
What I have done
1. create two fileds in Contact entity called HistoryMemberOf and HistoryMemberTitle
2. then create two WF, One is to update the HistoryMemberOf when the OrgName field changed
Second is to update the historyMemberTitle when the MemberTitle field changed
3. the reason creating two WF is, user may change only one field or may change both field at once, so I think I need two WF in this case, Is that right?
4.Then what I want to do is, when the user click on the Save button on contact form, I want to create a new record in committehistory entity based on these temp fields- to do this I have created a WF as shown below with- create record step and the wf start option is "Record is Created" is this correct?
But when I click on the Save button new record doesnt create in committehistory entity. But the other two work flows are working ok.
5. Can someone please help me to tranfer these two temp data to committehistory entity as a new record.
6. How can I tell this new record creating WF starts after finish the first two finish only, also only when the HistoryMemberOf filed and HistoryMemberTitle change, otherwise every time someone click the Save button it will create a new record in the other entity.
see how assign value to committehistory
I m using Dynamics 365.
Thanks.
*This post is locked for comments