I've got a FAAS Form that's working fine except for some reason the CP data that's being pushed back into Salesforce in isn't being sent back with the transaction campaign like it used to, just the opportunity (item)'s campaign.
Is this a change you've made or is something gone glitchy?
I made a test / sample donation on https://tahoefund.secure.force.com/donate?test=true
To the project - Incline Path
Which setst the campaign for the transaction
<input name="Campaign" type="hidden" value="Incline to Sand Harbor Bike Path">
And the campaign for the Item :
<input name="Campaign1" type="hidden" value="Incline to Sand Harbor Bike Path">
So for my test donation it submitted the data and I did it again to the faas form verification url and it did show the transaction campaign IS being sent.
But it resulted in the CP Data sent to salesforce shows that the transaction campaign is blank , but it did push through the item campaign.
But since the autoresponders only fire off of the transaction's campaign, the autoresponders are not firing.
Is this a change you've made or is something gone glitchy?
I made a test / sample donation on https://tahoefund.secure.force.com/donate?test=true
To the project - Incline Path
Which setst the campaign for the transaction
<input name="Campaign" type="hidden" value="Incline to Sand Harbor Bike Path">
And the campaign for the Item :
<input name="Campaign1" type="hidden" value="Incline to Sand Harbor Bike Path">
So for my test donation it submitted the data and I did it again to the faas form verification url and it did show the transaction campaign IS being sent.
But it resulted in the CP Data sent to salesforce shows that the transaction campaign is blank , but it did push through the item campaign.
But since the autoresponders only fire off of the transaction's campaign, the autoresponders are not firing.
Comment