• muralikrishna gondi
  • NEWBIE
  • 10 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 1
    Replies
Currently i am using data loader for data import manually.
I have a requirement like to schedule data import nightly basis.So i  am trying to intigrate sqlserver with salesforce.is there any open source tools for intigration and schedule? Please give me suggestion ..
Using Ecilpse i am trying to deploy custom app from one developer editon to another .. i am getting following errors

   File Name:    profiles/Admin.profile
   Full Name:  Admin
   Action:  NO ACTION
   Result:  FAILED
   Problem: Unknown user permission: ManageTranslation

   File Name:    profiles/Platform.profile
   Full Name:  Platform
   Action:  NO ACTION
   Result:  FAILED
   Problem: Permission Read All Policy__c depends on permission(s): Read All Account
I have a field issue date in custom object and i want to add another formula field to calculate 13 months from issue date and date should be the last day of the month.
I used DATE(YEAR(ccs_IssueDate__c) +1, MONTH(ccs_IssueDate__c) + 2, 1) - 1 this formula .
But if the  issue date is in decemeber month its showing #error in formula field.

Please give me some solution..
Thank you.
Using Ecilpse i am trying to deploy custom app from one developer editon to another .. i am getting following errors

   File Name:    profiles/Admin.profile
   Full Name:  Admin
   Action:  NO ACTION
   Result:  FAILED
   Problem: Unknown user permission: ManageTranslation

   File Name:    profiles/Platform.profile
   Full Name:  Platform
   Action:  NO ACTION
   Result:  FAILED
   Problem: Permission Read All Policy__c depends on permission(s): Read All Account