function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bob Bailey 9Bob Bailey 9 

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
Rakesh BoddepalliRakesh Boddepalli
Hi 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.