{
"packageDirectories": [
{
"path": "force-app",
"default": true
}
],
"name": "HardcodedIdReplacement",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "55.0",
"replacements": [
{
"filename": "force-app/main/default/flows/a_hardcoded_id_process_example.flow-meta.xml",
"stringToReplace": "0011y00000Y2e6AAAR",
"replaceWithEnv": "TARGET_ORG_ACCOUNTID"
}
]
}
export TARGET_ORG_ACCOUNTID = {account id in the target org}
sf project deploy start
Update the account in your target org, the owner of this account record will receive a notification.