Skip to main content
Solomon Dagnachew 님이 Org Shape for Scratch Orgs에 글을 올렸습니다

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개
  1. 2024년 5월 6일 오후 10: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