function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC DummySFDC Dummy 

Delpoyment Issue:urgent

Hi All

Can u describe how to deploy from eclipse to developer org.
I have export backup file from sandbox and saved in my local system.i want to delpoy that back up in my developer org.

i has import that file and go to force.com -->deploy to server but its throwing error like

File Name:    objects/Account.object
   Full Name:  Account.PersonTitle
   Action:  NO ACTION
   Result:  FAILED
   Problem: Could not resolve standard field's name.

 File Name:    objects/Point_of_Contacts__c.object
   Full Name:  Point_of_Contacts__c.Phone_formula__c
   Action:  NO ACTION
   Result:  FAILED
   Problem: Field PersonMobilePhone does not exist. Check spelling.

   File Name:    objects/SocialPersona.object
   Full Name:  SocialPersona
   Action:  NO ACTION
   Result:  FAILED
   Problem: Invalid fullName, must end in a custom suffix ( for ex. __c )

 File Name:    objects/Transaction__c.object
   Full Name:  Transaction__c.New_Loan_From_Cheque
   Action:  NO ACTION
   Result:  FAILED
   Problem: In field: page - no ApexPage named New_Transaction_CHQ_page found

can any describe deeply how to resolve this in healthy way....





 
PratikPratik (Salesforce Developers) 
Hi,

It seems to be the error has message the description which needs to take care of.

Example: the error above says: "Field PersonMobilePhone does not exist. Check spelling."  
Check for this field  (it might be MobilePhone or PersonalMobilePhone__c) and likewise for rest of error messages.

Thanks,
Pratik
 
SFDC DummySFDC Dummy
Thanks for perfect salution but how to resolve this error File Name: objects/Account.object Full Name: Account.PersonAssistantName Action: NO ACTION Result: FAILED Problem: Could not resolve standard field's name. File Name: objects/Account.object Full Name: Account.PersonBirthdate Action: NO ACTION Result: FAILED Problem: Could not resolve standard field's name.
PratikPratik (Salesforce Developers) 
Hi,

Check to see if these fields are there or not on object & also check it's api name is correct. These fields are cusom fields so try adding __c suffix.

Thanks,
Pratik
SFDC DummySFDC Dummy
Hi that field are not in object so how to solve
Kunal BindalKunal Bindal
Check if Person Account is activated on both the org instances 
SFDC DummySFDC Dummy
yes its activated in sandbox org but not in developer org how to activate person account in developer org