• 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.
 
 
  • July 21, 2008
  • Like
  • 0
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
  • May 13, 2008
  • Like
  • 0
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
  • May 06, 2008
  • Like
  • 0
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
 
 
 
 
  • April 11, 2008
  • Like
  • 0
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
  • April 10, 2008
  • Like
  • 0
Dear all,
 
I have a field call Billing ID (auto numbering). After I mass insert using apex dataloader, the program only return interal record ID. If I want the program to return Billing ID too. What can I do?
 
Or is there any alternate solution by using the internal record ID to get the Billing ID?
 
Thanks :smileyhappy:


Message Edited by Kun on 04-10-2008 02:16 PM
  • April 10, 2008
  • Like
  • 0
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.
 
 
  • July 21, 2008
  • Like
  • 0
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
  • May 13, 2008
  • Like
  • 0
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
  • May 06, 2008
  • Like
  • 0
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
 
 
 
 
  • April 11, 2008
  • Like
  • 0
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
  • April 10, 2008
  • Like
  • 0