You need to sign in to do that
Don't have an account?

duplicate matching rules package
I've created a supplemental set of Matching and Duplicate Rules and I'm trying to package them so I can use them in other Salesforce instances. I found "Matching Rules" as a source, that worked just fine.
I can't see Duplicate Rules anywhere. Are they cleverly hidden in plain sight or under another name or just not there?
Thanks... Bob
I can't see Duplicate Rules anywhere. Are they cleverly hidden in plain sight or under another name or just not there?
Thanks... Bob
You can retreive the salesforce matching rules using the force.com ant tool
here is the link to the detail documentation https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_matchingrule.htm
But currently only the "Matching Rules" are supported by metadata API, "Duplicate Rules" are NOT supported by metadata API as of Summer '15 release.