Hi,
I'm trying to make a unique ID for opportunities. I found this tutorial online that piggybacks on the unique ID generated for Orders. Since our company won't be using that module it's ok.
Instructions here:
https://blogs.msdn.microsoft.com/mvpawardprogram/2012/10/01/mvp-monday-generating-unique-ids-for-any-microsoft-dynamics-crm-2011-entity/
When an opportunity is created the workflow is supposed to trigger this:
1) create Order w/ order ID
2) update 'opportunity ID field' with 'Order ID'
3) close Order
I got the workflow to partially work. It does step 1 & 3, creates an order and cancels it, but nothing is updating in my Opportunity form. I have a text field for where my Opportunity ID should go, but it remains an editable field.
I tried testing it by entering some dummy text in other fields, but nothing populated.
Why isn't anything auto-populating even in my tests?
Any suggestions how to get this workflow to work correctly?
Thanks
*This post is locked for comments
I have the same question (0)