• Narinder Singh 1
  • NEWBIE
  • 90 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 12
    Questions
  • 3
    Replies
I am looking at a custom web app and planning to use Ajax toolkit. Can anyone tell me what are the limitation to this? Do Governer limits apply to methods invoked via AJAX toolkit?
Does Mobile SDK for Android provide any method to invoke dialer for my app? How can I do it?
Hi,

In my native app built using iOS SDK, how can I check if my smartsore already exist and if so delete it before re-creating it?

Any tutorial/ sample code available?
I am getting this error on the following code

 
String recordTypeName = [Select Name from RecordType where Id=:theCase.recordTypeId and SObjectType = 'Case' limit 1]];

What am I doing wrong?
 
Can anyone give me good references to a detailed tutorial on best practices for bulkifying a trigger.
Hi,

How can I create a lightning component without using a namespace. Can you please point me to a tutorlal for this?
When I try to access a lightning component through Salesforce1 iOS app, it does not load. It works okay in browser. Do I need to set anything in Salesforce1 iOS app to fix this.
I have created a hybrid app using Mobile SDK. For some reason, I need to split the pages into separate HTML files. Now, when I run my app, I am only seeing one file being loaded but it's not the one which loads other pages.

Is it possible to specify the app home page/ first load page somewhere in the hybrid app tempalte?
Can anyone tell me how can I retrive my Chatter feed items. I am building an Android app using Mobile SDK
I can't figure out how to implement Logout in my app built using the Android Mobile SDK. Is there a class or utility method which does this?
Hello,

My component code is
 
<apex:component >
<apex:attribute name="label" description="" type="String" required="true"/>
<apex:attribute name="input" description="" type="sObject" required="true"/>
<div class="form-group col-md-6">
  <label for="input" class="col-md-2 control-label">{!label}</label>
  <div class="col-md-6 form-control-wrapper">
    <apex:inputField styleClass="form-control" id="input" value="{!input}" />
    <span class="material-input"></span>
  </div>
</div>
</apex:component>
When I use this, I get this error

Error: Could not resolve the entity from value binding '{!input}'. can only be used with SObjects, or objects that are Visualforce field component resolvable.

What binding am I missing?
 
I'm pulling my hair on this one - I'm logged into SF1 on Safari for iPad but if I try to open a new tab, it asks me to login again. Sounds ridiculous but what I am I missing here?
Hello,

My component code is
 
<apex:component >
<apex:attribute name="label" description="" type="String" required="true"/>
<apex:attribute name="input" description="" type="sObject" required="true"/>
<div class="form-group col-md-6">
  <label for="input" class="col-md-2 control-label">{!label}</label>
  <div class="col-md-6 form-control-wrapper">
    <apex:inputField styleClass="form-control" id="input" value="{!input}" />
    <span class="material-input"></span>
  </div>
</div>
</apex:component>
When I use this, I get this error

Error: Could not resolve the entity from value binding '{!input}'. can only be used with SObjects, or objects that are Visualforce field component resolvable.

What binding am I missing?
 
Hi,

In my native app built using iOS SDK, how can I check if my smartsore already exist and if so delete it before re-creating it?

Any tutorial/ sample code available?
When I try to access a lightning component through Salesforce1 iOS app, it does not load. It works okay in browser. Do I need to set anything in Salesforce1 iOS app to fix this.
I'm pulling my hair on this one - I'm logged into SF1 on Safari for iPad but if I try to open a new tab, it asks me to login again. Sounds ridiculous but what I am I missing here?