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 commenti
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"]
}