Placing messages on the Integration Queue when field values change
I have a data feed that extracts a subset of contact data from CRMOD each night and sends it to a 3rd party. I only want this extract to contain records from certain business areas and contact types where specific fields have changed (i don't care what values it change to, just that it was modified) I can't get access to the audit tables programmatically (at least not that i could tell) so I tried to setup a workflow that would place record on the integration queue when the conditions were met, but that doesn't seem to be working. Here's what I created,