• Kun
  • NEWBIE
  • 25 Points
  • Member since 2007

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 8
    Replies
Any1 face this situation? According to help, there are suppose to be 38 standard fields in account but my salesforce enterprise edition only have 21 standard fields in account.
 
 
Dear guys,
 
Anyone facing this type of scenario? I set my Last bill date as read only but can be edited.
 
Regards
Kun


Message Edited by Kun on 05-14-2008 08:40 AM
Select Id, Billing_City__c, Billing_Country__c FROM Contact WHERE Billing_City__c = Billing_Country_c
 
From the above SOQL i will get a error message saying that "Billing_Country_c" must be a string that have ' '.
But the purpose of my SOQL is to find out whether Billing_City_c got any duplicates in Billing_Country_c
 
Can any1 help me?
 
Thanks
Hi,
 
According to help if i want to make my account name unique i need to make sure my syntax is "name" in validation rules. But it doesnt seems to work as validation rules will only return true/false. Did I make any mistake? Please help me.
 
Thanks
 
 
 
 
Dear all,
 
I am facing problem when export report into CSV (ISO-8859-1). When I open the .CSV file using notepad/wordpad, the data inside seems to be mess up/not line by line. Anybody know whats wrong? Anyway this is not a word warp problem.
 
From my understand standard CSV file should be
LINE1 -> "ID","NAME","AGE"
LINE2 -> "A001","JOHN",21
 
Help will be much appreciated :smileyhappy:
 
 


Message Edited by Kun on 05-07-2008 08:48 AM