I created a FaaS form to collect ticket payments for our auction (using Auctions for Salesforce)
I'm using different Items in the FaaS form to indicate which ticket with menu selection they should purchase: beef, fish, vegetarian. The SKUs for all three items are the same, but the item names are different. This appears to create opportunities for each item. Auctions for Salesforce manages tickets by creating campaign members for each ticket, and a menu selection as a field on Campaign Member, but obviously I can't set that up to happen automatically.
So,
1. If I switch to using Products (an object I've never used before) in the C&P Opportunity settings, will this solve the "creating multiple opportunities" issue?
2. Is there a way to populate the "Number of Tickets" field on that opportunity with the total quantity of tickets ordered? (it's a number field, not a text field)
Also, I'm passing the Campaign Name through the FaaS, and it is getting added to the Opportunity, but does not show up when I look at the Auction Campaign.
Thanks, Amanda
I'm using different Items in the FaaS form to indicate which ticket with menu selection they should purchase: beef, fish, vegetarian. The SKUs for all three items are the same, but the item names are different. This appears to create opportunities for each item. Auctions for Salesforce manages tickets by creating campaign members for each ticket, and a menu selection as a field on Campaign Member, but obviously I can't set that up to happen automatically.
So,
1. If I switch to using Products (an object I've never used before) in the C&P Opportunity settings, will this solve the "creating multiple opportunities" issue?
2. Is there a way to populate the "Number of Tickets" field on that opportunity with the total quantity of tickets ordered? (it's a number field, not a text field)
Also, I'm passing the Campaign Name through the FaaS, and it is getting added to the Opportunity, but does not show up when I look at the Auction Campaign.
Thanks, Amanda
Comment