Skip to main content

Created an org shape form production which is person account enabled. However, the scratch org created from the org shape doesn't enable person account. Adding person account enabled feature is not working as well.. any pointer?

3 Kommentare
  1. 6. Mai 2024, 22:07

    In case anyone else comes across this, it appears that the "PeronAccounts" feature is now working when used alongside a sourceOrg (org shape), but it does need to be in the sfdx-project.json file explicitly:

     

    {

      "orgName": "salesforce-fsc - Dev Org",

      "sourceOrg": "<org-id-for-production-org-shape-org>",

      "features": ["PersonAccounts"]

    }

     

    In case anyone else comes across this, it appears that the

     

    Screenshot 2024-05-06 at 3.04.10 PM.png

0/9000