The thread http://forums.clickandpledge.com/showthread.php?t=813 on custom questions mapping is very helpful.
I have a follow up question. In my organization, each donation has a specific "designation" associated with it. The "designation" basically tells us where the fund should be allocated to. The designation choices are presented to the donor on the CnP check out page as a custom question.
Ex: John Smith would like to give $20 to his son's Orchestra program. He goes to the donation page, and is asked "Please choose a program". The drop down menu shows "Orchestra", "Band", "Football", "Baseball", etc. John clicks on "Orchestra" and submit his donation.
Designation is a custom object on our SF. It has "Master-Detail" relationship with Opportunity. When John's donation is created on SF, I'd like to link it with the "Orchestra" designation. I thought I could do this via the custom questions mapping feature, but I can't. Designation is not one of the options in the mapping table for Opportunity.
Any suggestions on how to accomplish this without having to resort to Apex trigger?
Thank you!
Thu :-)
I have a follow up question. In my organization, each donation has a specific "designation" associated with it. The "designation" basically tells us where the fund should be allocated to. The designation choices are presented to the donor on the CnP check out page as a custom question.
Ex: John Smith would like to give $20 to his son's Orchestra program. He goes to the donation page, and is asked "Please choose a program". The drop down menu shows "Orchestra", "Band", "Football", "Baseball", etc. John clicks on "Orchestra" and submit his donation.
Designation is a custom object on our SF. It has "Master-Detail" relationship with Opportunity. When John's donation is created on SF, I'd like to link it with the "Orchestra" designation. I thought I could do this via the custom questions mapping feature, but I can't. Designation is not one of the options in the mapping table for Opportunity.
Any suggestions on how to accomplish this without having to resort to Apex trigger?
Thank you!
Thu :-)
Comment