I see you now support mapping checkbox custom questions. What is the expected value from the form to put as the answer to map to a checked checkbox on the opp record?
Announcement
Collapse
Information Needed
To help us with upgrading your instance please make sure to:
See more
See less
correctly mapping checkbox custom question
Collapse
X
-
Good day!
It really does not matter as you may choose what answer to be which option.
So you can say if the answer to the question is "Absolutely true" then choose the checkbox.
I hope that makes sense.
Let us know if you have any additional questions.Regards,
Click & Pledge Support Department
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/
-
Good day!
The answer to your question is not really possible- let me explain:
HTML checkbox syntax simply has a value node - for checked you state what to pass.
Please see: http://www.w3schools.com/html/tryit....yhtml_checkbox
It is what you decide to pass- there is no value that is correct or incorrect or assumed.
To see what value you are passing simply go to Salesforce > C&P Data and review the XML. It shows you what you are passing. I am sure if you see the above example you will see what I am talking about.
Hope that makes sense.. Let me know if you need any further help.Regards,
Click & Pledge Support Department
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/
Comment
-
Good day @[email protected]
In case of Checkbox custom fields, we are passing the value as "Checked" and "Not Checked" in the XML.
In your case of Anonymous Gift checkbox checked, you need to map as the "Checked" instead of "Yes" and replace answer with "True"
Hope that helps. Let us know if we can be of any further assistance.Regards,
Click & Pledge Support Department
On Salesforce? Help us by rating our app: Click & Pledge Donor Management on AppExchange
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support available Join between 3:00 - 3:30 p.m. ET Monday - Thursday: https://clickandpledge.com/webinars/
Are you on Salesforce? Join us at the Power of Us Hub: https://powerofus.force.com/0F980000000CjpC
Comment
-
Good day [email protected]
You may want to always check the C&P Data. The C&P Data has the data you are trying to map and if you review the XML you will be able to see the exact posted question. That is how we do it and always start from the C&P Data.
hope that helps.Regards,
Click & Pledge Support Department
Join us @ the educational webinars: https://clickandpledge.com/webinars/
Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/
Comment
Comment