In MS CRM Online, we are attempting to populate new fields on old forms based on an explicit relationship between Campaign Response and Contact. We've written a plugin to update the Campaign Response record based on the Customer value, populating a Contact and Account field on CR. However, we would like to apply not only this plugin but also a workflow that populates 2 fields with the Customer's first name and last name, based on a relationship between Campaign Response and Contact.
It seems that the workflow Update step happens after the save function in CRM, so the workflow updating the 2 text fields (FN, LN) fail to trigger the plugin that creates a relationship between Campaign Response and Contact.
How can we mass edit & update these Campaign Response records to (1) trigger our plugin (runs onSave & onCreate) and (2) trigger a workflow that updates Campaign Response text fields with Customer FN & LN (based on plugin's creation of CR:Contact relationship)?
*This post is locked for comments
I have the same question (0)