• R_Arora
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 5
    Replies

Hi All,

 

Does analytical snapshot will process only 2,000 records?

 

I am having 10k records on source report but it is processing only 2000 records of it. After that its showing some rows has been failed eveytime.

 

 

Thanks,

Chenna(INDIA)

 

 

Hi,

 

   Can any body give me one Example on Nested Queries. I am getting error while writing Nested Queries.See Following query i am getting error while typing.

 

public class nestedqueryexample
{
public List<Account> getaccsandtmember()
{
List<Account> accounts = [Select Id,(Select TeamMemberRole, User.Name From Account.AccountTeamMembers), Name, BillingCountry from Account];
return accounts;
}
}

 

How Salesforce generates the domain part in Email Address of Email services and What is the maximum length ?

 

 

test124@3-ilfoji31odo563hmmjprqlyl.9bfi9eae.9.apex.salesforce.com

I have been looking for an answer on and off for the past 2 days.

I cant find anything that helps me. even customer service cant help me iv called 2 times and got "ill call you back"

 

im wondering if their is any way you can help me out.

 

I have a felid in Accounts called Support Status. and i would like to apply to a feild in all the cases for that company. 

 

EG

 

company Bobs computers has a Support Status of on hold then a box in the case that they up load or we create will change to that.

 

Thanks in advance

Hi, when I export a report to Excel, it doesn't send over the Custom Summary Formulas.  Is this a known limitation or am I doing something wrong?  Thanks!