• s9
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 3
    Likes Received
  • 0
    Likes Given
  • 19
    Questions
  • 8
    Replies
Hi All,


How many object relationship  we can choose in creating report types.


Regards
S9
  • February 08, 2014
  • Like
  • 0
Hi,


In salesforce 6  standard profiles are there but, when we create a new user we select "Standard User" May I konw the reason.


Thanks&Regards
S9
  • January 06, 2014
  • Like
  • 0
Hi,


What is Salesforce Automation?

Thanks
S9
  • January 06, 2014
  • Like
  • 0
hi

what is crm?



Thanks&regards
S2
  • January 06, 2014
  • Like
  • 0
Hi


how to create custom login page using apex and vf pages?


Thanks&Regards
S9
  • January 05, 2014
  • Like
  • 1
Hi,


access modifiers in salesforce with examples?



Thanks&Regards
S9

  • January 04, 2014
  • Like
  • 0
Hi,


  What are the keywords there in salesforce?exapmles


Thanks&Regards
S9
  • January 04, 2014
  • Like
  • 0
Hi All

About Web service in salesforce



Thanks
S9
  • December 30, 2014
  • Like
  • 0
Hi All


About integration in salesforce ? any materials


Thanks
S9
  • December 30, 2014
  • Like
  • 0

Hi,

 

Can we use soql in for loop?if yes how can we use? what is difference between standard soql and soqlforloop?is there any governer limits? with example

 

Thanks

S9

  • December 04, 2013
  • Like
  • 0

Hi,

 

explain about

1.object permissions

2.OWD

3.Field level security

4.Sharing rules

5.Profiles

6.Permission Sets

7.Role Hierarchy

 

Thanks

s9

 

  • December 04, 2013
  • Like
  • 0

Hi,

 

 

I want to know how many types of security controls are there?

 

 

 

 

thanks

s9

  • December 04, 2013
  • Like
  • 0

Hi,

 

 

Which type of errors arise  when deploment something from one sandbox to another sandbox by using force.com ide tool(eclipse).

 

Thanks

Ramesh

  • November 27, 2013
  • Like
  • 0

Hi

 

In this candidate objects Contains two records with same name like firstname='sg' it through a error

 

System.ListException: List index out of bounds: 0: AnonymousBlock: line 8, column 1

 

LIST<Candidate__c> cl=[SELECT id,name,(SELECT id,Job_Application__c.Status__c,Job_Application__c.Total_Rating__C
                                       FROM Job_Applications__r)
                      FROM Candidate__c where
                      first_name__c='sg'];
for(candidate__c c:cl)
{
                      system.debug(c);
System.debug('The Job Application name is:'+c.Job_Applications__r[0].status__c);
System.debug('The Total Rating is:'+c.Job_Applications__r[0].Total_Rating__c);
}

 

 

 

 

Thanks

  • November 23, 2013
  • Like
  • 0

Hi,

 

 

LIST<Account> Alist=[SELECT id,name,(SELECT contact.FirstName,Contact.Lastname FROM account.contacts) FROM account
                     Where industry='environmental'];

System.debug('The Account Details:'+Alist[0]);
System.debug('The Account Name is:'+Alist[0].Name);
System.debug('The Associated Contact FirstName is:'+Alist[0].contact.FirstName);

In the above code through a error:Invalid foreign key relationship: Account.contact

 

it is Parent to child retrieve single record.

 

Thanks

Ramesh

 

 

  • November 22, 2013
  • Like
  • 0

Hi

 

LIST <contact> c=[select lastname,firstname,account.name,account.industry from contact where title='New Software'];
system.debug(c.account.name);
system.debug(c.account.industry);
system.debug('the lastname is '+c.lastname);

 

 

Initial term of field expression must be a concrete SObject: LIST?Means

 

 

Thanks Ramesh

  • November 21, 2013
  • Like
  • 2
Hi What are the different type of project deployment tools in salesforce which is best? Thanks Ramesh
  • November 18, 2013
  • Like
  • 0

Hi

I have 3 objects that are Loan,Candidate,Position,the Loan object have Candidate and Postion lookup relationship now how to display these three objects data by using pageblocktable .

 

Thanks

Ram

  • November 15, 2013
  • Like
  • 0
Hi


how to create custom login page using apex and vf pages?


Thanks&Regards
S9
  • January 05, 2014
  • Like
  • 1

Hi

 

LIST <contact> c=[select lastname,firstname,account.name,account.industry from contact where title='New Software'];
system.debug(c.account.name);
system.debug(c.account.industry);
system.debug('the lastname is '+c.lastname);

 

 

Initial term of field expression must be a concrete SObject: LIST?Means

 

 

Thanks Ramesh

  • November 21, 2013
  • Like
  • 2
Hi,


What is Salesforce Automation?

Thanks
S9
  • January 06, 2014
  • Like
  • 0
hi

what is crm?



Thanks&regards
S2
  • January 06, 2014
  • Like
  • 0

Hi

 

In this candidate objects Contains two records with same name like firstname='sg' it through a error

 

System.ListException: List index out of bounds: 0: AnonymousBlock: line 8, column 1

 

LIST<Candidate__c> cl=[SELECT id,name,(SELECT id,Job_Application__c.Status__c,Job_Application__c.Total_Rating__C
                                       FROM Job_Applications__r)
                      FROM Candidate__c where
                      first_name__c='sg'];
for(candidate__c c:cl)
{
                      system.debug(c);
System.debug('The Job Application name is:'+c.Job_Applications__r[0].status__c);
System.debug('The Total Rating is:'+c.Job_Applications__r[0].Total_Rating__c);
}

 

 

 

 

Thanks

  • November 23, 2013
  • Like
  • 0

Hi

 

LIST <contact> c=[select lastname,firstname,account.name,account.industry from contact where title='New Software'];
system.debug(c.account.name);
system.debug(c.account.industry);
system.debug('the lastname is '+c.lastname);

 

 

Initial term of field expression must be a concrete SObject: LIST?Means

 

 

Thanks Ramesh

  • November 21, 2013
  • Like
  • 2
Hi What are the different type of project deployment tools in salesforce which is best? Thanks Ramesh
  • November 18, 2013
  • Like
  • 0

Hi

I have 3 objects that are Loan,Candidate,Position,the Loan object have Candidate and Postion lookup relationship now how to display these three objects data by using pageblocktable .

 

Thanks

Ram

  • November 15, 2013
  • Like
  • 0