Import Configuration
Importing a configuration allows you to restore or replicate a Duplicate Check setup from another Salesforce Org or a previously saved file.
1. Authenticate with the Target Org
sf org login web --alias target-org
2. Run the Import Command
sf plauti duplicatecheck config import -u target-org --file ./export/your_config.json
Optional Flags
Flag | Description | Example |
---|---|---|
--pollinterval | Time (in seconds) to wait between status checks (default: 3) | --pollinterval 10 |
--apiversion | Override the default Salesforce API version | --apiversion 59.0 |
--loglevel | Adjust the logging verbosity (info , warn , error , etc.) | --loglevel debug |
--json | Output the result as JSON (useful for scripting) | --json |
Example
sf plauti duplicatecheck config import -u target-org --file ./export/my_dedupe_config.json --pollinterval 5
Updated 17 days ago