Announcement

Collapse
No announcement yet.

How to configure HTML pages (EVENT) to salesforce.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    Hello,

    Now I got different error. i.e Invalid date format.

    Here is the response :- on=xml%20error&the%20%27urn:apischema.xsd:expirati ondate%27%20element%20is%20invalid%20-%20the%20value%20%2704/2015%27%20is%20invalid%20according%20to%20its%20da tatype%20%27string%27%20-%20the%20pattern%20constraint%20failed.&hashrespon se=zgezowezzwu1ztzingjkmzi1nwjmzwy5ntywmtg5mgfmzdg 3oq==&refid=registration

    Here is the URL :- http://aphroditeinfra.com/demo3/

    Please help me ASAP.

    Thanks,
    Minkesh

    Comment


    • #32
      Sorry it is my bad.

      Thanks.

      Comment


      • #33
        Hello,

        I solved this error.

        I have taken "2012" but it must be "12" for "2012".

        Thanks,
        MInkesh

        Comment


        • #34
          Minkesh,

          Great news.. is it working now?

          Are all issues resolved?
          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


          • #35
            Yes.
            It is working but I have other questions for my registration page.
            Thanks for your support. I will get back to you soon.

            Thanks,
            MInkesh

            Comment


            • #36
              Hello,

              I have some query related to my page. i.e. http://kiransharma.in/ticket_page/registration.html

              As per client, here is her requirement.
              "When someone purchases an item through this page, it is fine if it just maps to salesforce as a "donation" but it is imperative that we are able to understand what it is that person purchased, i.e., table, tickets, ad, donation, so that I can accurately track them on my end If possible, it would be ideal to map the ticket & table purchases ONLY to the donation record type "GW Auction Ticket" ".

              One other question is that I want to save contact name that I am saving for ticket.
              how will i do that ?
              Is it correct to use following code :-
              <input name="FieldName1" type="hidden" value="Employer"/>
              <input name="FieldValue1" type="text" maxlength="500" size="50 />

              <input name="FieldName2" type="hidden" value="Occupation"/>
              <input name="FieldValue2" type="text" maxlength="500" size="50 />

              <input name="FieldName3" type="hidden" value="Place of Employment"/>
              <input name="FieldValue3" type="text" maxlength="500" size="50 />
              <input name="FieldName1" type="hidden" value="Employer"/>
              <input name="FieldValue1" type="text" maxlength="500" size="50 />
              <input name="FieldName2" type="hidden" value="Occupation"/>
              <input name="FieldValue2" type="text" maxlength="500" size="50 />
              <input name="FieldName3" type="hidden" value="Place of Employment"/>
              <input name="FieldValue3" type="text" maxlength="500" size="50 />

              we have three field so we will do it accordingly.

              Thanks,
              Minkesh

              Comment


              • #37
                Minkesh,

                You may use SKU's in this case. Each item may be assigned an SKU which is an internal product code or serial number.

                In Salesforce when the opportunity is made the organization can change the opportunity name, etc. based on SKU.

                In the manual for the product you will see the SKU code- it should be SKU1, SKU2, etc.

                The record type, opportunity name, and contact roles may all be adjusted based on the SKU purchased. Donation may have a different SKU and each ticket category may have a different SKU.

                The custom questions are being mapped correctly as you indicated. Those will be posted as custom question and related fields to the transaction.

                Please let us know if we can be of any further assistance.
                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


                • #38
                  Hello,

                  I have one query.

                  Please follow below link :-


                  I have one registration form. This form has functionality to registration dinner table for group of people.
                  What I want is when I enter 1 into test box and click on link "Click here to enter the names, after selecting this option" you will be able to see table with three columns. i.e. First Name ,Last Name and optional comment. Client wants to save this names as contacts.
                  So I am trying to use your custom question feature But I am not able to understand that how to build custom question according to this questions ?

                  Please let me know ASAP.

                  Thanks,
                  Minkesh

                  Comment


                  • #39
                    Good day!

                    Custom questions do not create contacts through our API. We have no way of knowing or associating the custom question to first name, last name, or email address or do contact matching through our Temporary Contact concept.

                    Custom questions are simply saved as related lists in Salesforce as text fields.
                    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


                    • #40
                      Hello,

                      I have reviewed the example "https://www.clickandpledge.com/Platforms/Donation-Payment/API/faas/example/001/".

                      I am not able to understand. How product is created ?

                      <input name="ItemID1" type="hidden" id="ItemID1" value="1" />
                      <input name="ItemName1" type="hidden" id="ItemName1" value="Cause 1" />
                      <input name="Quantity1" type="hidden" id="Quantity1" value="1" />
                      <input name="SKU1" type="hidden" id="SKU1" value="ABC-1234" />

                      Does this code refer to the product which exists ?

                      Thanks,
                      MInkesh

                      Comment


                      • #41
                        Minkesh,

                        Since you are working with Salesforce the word Product has a special meaning so I answer it with Salesforce in mind.

                        If you enable Opportunity > Products in Salesforce setting the API behaves as follows:

                        - If SKU exists (Product ID in Salesforce) the matching product will be attached to the transaction.
                        - If SKU does not exist then a new Product will be created and attached to the transaction.

                        To enable Products you have to go to C&P Settings in Salesforce > Opportunities and enable Opportunity Products.

                        Click image for larger version

Name:	Opportunity_Products.jpg
Views:	1
Size:	140.5 KB
ID:	15147

                        The SKU is used to match items in Salesforce.

                        I hope the above answers your question.
                        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


                        • #42
                          Hello,

                          I am getting one problem.

                          I have given campaign but it is taking different campaign in transaction.

                          Here is the code :-
                          <input name="UnitPrice7" type="hidden" id="UnitPrice7" value="" />
                          <input name="UnitDeductible7" type="hidden" id="UnitDeductible7" value="100%" />
                          <input name="ItemID7" type="hidden" id="ItemID7" value="1" />
                          <input name="ItemName7" type="hidden" id="ItemName7" value="Cause 1" />
                          <input name="Quantity7" type="hidden" id="Quantity7" value="1" />
                          <input name="Campaign7" type="hidden" id="Campaign7" value="Food and Wine Event 2013 Revenue" />

                          I have attached snapshot.
                          It is taking the different campaign. i.e. Food + Wine Event 2012

                          Thanks,
                          Minkesh

                          Comment


                          • #43
                            Minkesh,

                            The system will match the campaign that matches the exact word of the campaign in Salesforce.

                            Are you sure the words don't exactly match?

                            If the words match exactly they will match. You can of course override this by changing the campaign in Salesforce through the settings: Based on SKU's the campaign's may change in real time in Salesforce as show below-

                            Click image for larger version

Name:	Campaign_Opportunity.jpg
Views:	1
Size:	18.9 KB
ID:	15158
                            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


                            • #44
                              Campaign is not matched

                              Hello,

                              I did not get your point.

                              I have attached snap of the campaign and I have given the same.

                              One more thing that I don't understand is that I am not able to see opportunity name.

                              it appears as number. How can we give the opportunity name.

                              Thanks,
                              Minkesh
                              Attached Files

                              Comment


                              • #45
                                Originally posted by Minkesh View Post
                                Hello,

                                I did not get your point.

                                I have attached snap of the campaign and I have given the same.

                                One more thing that I don't understand is that I am not able to see opportunity name.

                                it appears as number. How can we give the opportunity name.

                                Thanks,
                                Minkesh

                                Can i Have answer for above post ?

                                Thanks,
                                Minkesh

                                Comment

                                Working...
                                X