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
Sai LavuSai Lavu 

Deploying Person Accounts using Force.com IDE

Hi,
 
I got SFDC support to enable Person Account on one of our Sandbox, let's call it Dev1. Did the development on it and attempted to deploy the changes to our UAT sandbox, which also had the Person Account enabled, using Force.com IDE.
 
Issues:
 
1. The Force.com IDE does not retrieve the Person Account record types when you open the Account.object file from Dev1 even after multiple refresh from server attempts. I've got the setting below in the package.xml too. Am I missing something?

Code:
<types>
    <members>*</members>
    <members>Account</members>
</types>
 
2. I also get the following error for the page layout when I validate the deployment
 
Code:
# Deploy Results:
   Name:    unpackaged/layouts/Account-REC Marketing Individual.layout
   Action:  NO ACTION
   Result:  FAILED
   Problem: Layout must contain an item for required layout field: ParentId

Help appreciated. Thanks.
 
Sai.
LimenitisLimenitis
Hi all ,
 
  Can anyone bring out the difference between a regular API and an Apex API. Is that means the usage of the URL's.Please brign out the difference soon..
 
is that the usage of the url https://www.salesforce .com is the regular and the https://login.salesforce .com is APEX?
 
seeking your reply..
 
thanks
Prashant Bhure 20Prashant Bhure 20
Does anyone know how Person Account record types be retrieved using metadata API? I am running into the same issue mentioned by Sai.. thx