• Bhargav vaishnav 2
  • NEWBIE
  • 10 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 4
    Replies
Hello,

I have an Android application on my phone (Native app.) I created it by using MobileSDK. My requirement is once someone comes to sing up in application so all details should be saved in SFDC object.

Maybe this can be done by REST API but How we can go?

Help me,

Thanks in advance

-Bvaishnav
Hello Folk


I hope you are doing good,


I'm working on build push notification where I stuck at Class implementation at the android studio here I add a link which I'm following while setup till now everything going fine just stuck off at class implement in android. 


This is link


https://developer.salesforce.com/docs/atlas.en-us.pushImplGuide.meta/pushImplGuide/pns_client_app_android.htm 

Just help me out at the point 2&3


Please help me out


Thanks in advance



-Bvaishnav
Hello


As I working on exporting data from salesforce (by apex code)to excel sheet where I face one problem like get some unnecessary text so how I can remove that 


Thanks in Advance

-Bhargav
Hello
My requirement is to generate an excel sheet from salesforce like in my object stored some data .
already I have on vf page which contains one button when I press on download excel file it should give me an excel file with all fields which is in my object can anyone help me! 
Hello, I try integration Google reCaptcha with visulforce page but I got an error like ERROR for site owner: Invalid site key so how to short out it, 
Here I attached my code as well

Thanks in advance to help me,


<apex:page showheader="false" controller="reCAPTCHA2_Controller"> 
    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet" media="screen"/> 
    <div class="jumborton"> 
        <apex:pageBlock > 
            <apex:pageMessages /> 
            <apex:form > 
                 <apex:pageBlockSection columns="1" collapsible="true" title="Create Contact useing reCaptcha"> 
                    <apex:pageBlockSectionItem > 
                        <apex:outputLabel for="inputName" value="First Name"/> 
                            <apex:inputText value="{!myfName}" id="inputName"/> 
                            </apex:pageBlockSectionItem> 
                            <apex:pageBlockSectionItem >
                                <apex:outputLabel for="inputName" value="Last Name"/>
                                    <apex:inputText value="{!mylName}" id="inputName"/> 
                                    </apex:pageBlockSectionItem> 
                                    <apex:pageBlockSectionItem >
                                        <apex:outputLabel for="inputEmail" value="Email"/>
                                            <apex:inputText value="{!myEmail}" id="inputEmail"/> 
                                            </apex:pageBlockSectionItem> 
                                            <div class="g-recaptcha" data-sitekey="6LcgmLgUAAAAAACGKfUu-S2X4B17OZlXR12u9k9A"></div>
                                          <script src="https://www.google.com/recaptcha/api.js"></script>
                                                 <br/>                     
                                                 <apex:commandButton value="Create Contact" action="{!doVerify}"/> 
                                                </apex:pageBlockSection> 
                                                </apex:form>
                                                </apex:pageBlock> 
                                                </div>
                                                </apex:page>
Hello,

I have an Android application on my phone (Native app.) I created it by using MobileSDK. My requirement is once someone comes to sing up in application so all details should be saved in SFDC object.

Maybe this can be done by REST API but How we can go?

Help me,

Thanks in advance

-Bvaishnav

Hi Folks!
I want to have some button on Opportunity page which will generate some temporary link and send it to a prospect via mail.
Once prospect clicks this link, some apex code should be triggered on Salesforce side.
is it possible?
Thanks! 

Hello, I try integration Google reCaptcha with visulforce page but I got an error like ERROR for site owner: Invalid site key so how to short out it, 
Here I attached my code as well

Thanks in advance to help me,


<apex:page showheader="false" controller="reCAPTCHA2_Controller"> 
    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet" media="screen"/> 
    <div class="jumborton"> 
        <apex:pageBlock > 
            <apex:pageMessages /> 
            <apex:form > 
                 <apex:pageBlockSection columns="1" collapsible="true" title="Create Contact useing reCaptcha"> 
                    <apex:pageBlockSectionItem > 
                        <apex:outputLabel for="inputName" value="First Name"/> 
                            <apex:inputText value="{!myfName}" id="inputName"/> 
                            </apex:pageBlockSectionItem> 
                            <apex:pageBlockSectionItem >
                                <apex:outputLabel for="inputName" value="Last Name"/>
                                    <apex:inputText value="{!mylName}" id="inputName"/> 
                                    </apex:pageBlockSectionItem> 
                                    <apex:pageBlockSectionItem >
                                        <apex:outputLabel for="inputEmail" value="Email"/>
                                            <apex:inputText value="{!myEmail}" id="inputEmail"/> 
                                            </apex:pageBlockSectionItem> 
                                            <div class="g-recaptcha" data-sitekey="6LcgmLgUAAAAAACGKfUu-S2X4B17OZlXR12u9k9A"></div>
                                          <script src="https://www.google.com/recaptcha/api.js"></script>
                                                 <br/>                     
                                                 <apex:commandButton value="Create Contact" action="{!doVerify}"/> 
                                                </apex:pageBlockSection> 
                                                </apex:form>
                                                </apex:pageBlock> 
                                                </div>
                                                </apex:page>