-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Duplicate matching and API calls #4
Comments
Great suggestion, @Btibert3. I think there are two different enhancements that need to be made to round this out in the package:
|
Awesome, I will try to poke around the code, but not sure far I will get. That said, this is a terrific road map. |
@Btibert3, better late than never, I’ve implemented two functions that will find duplicates using duplicate matching rules that have been set up in your org:
I’m still working on a more global way to control all the header options as mentioned in item number 1 of my comment above where you would be able to control things like the |
You are the best! Thank you sir.
…On Tue, May 14, 2019 at 11:06 PM Steven M. Mortimer < ***@***.***> wrote:
@Btibert3 <https://github.com/Btibert3>, better late than never, I’ve
implemented two functions that will find duplicates using duplicate
matching rules that have been set up in your org:
- If you have general criteria to find duplicates on
sf_find_duplicates()
<https://stevenmmortimer.github.io/salesforcer/reference/sf_find_duplicates.html>
- If you have a specific record in mind sf_find_duplicates_by_id()
<https://stevenmmortimer.github.io/salesforcer/reference/sf_find_duplicates_by_id.html>
I’m still working on a more global way to control all the header options
as mentioned in item number 1 of my comment above where you would be able
to control things like the allowSave header for sf_create(), sf_update(),
and sf_upsert(). Hopefully that will all be included in a more stable
build and CRAN release that should be coming soon this summer.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4?email_source=notifications&email_token=AABRUT6WKUYRFZGMX7FTYSTPVN42FA5CNFSM4FB3AG4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVNL2YY#issuecomment-492485987>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABRUTZNDHI6LXFBAU4W3PLPVN42FANCNFSM4FB3AG4A>
.
|
@Btibert3 The latest CRAN release of the package (0.1.3) has
Essentially, any of the API headers can be passed into the function call from R. In this case, the DuplicateRuleHeader allows you to bypass the rules that might block the creation of the record. There are over a dozen control parameters that are now possible across the various APIs. Those are documented at https://stevenmmortimer.github.io/salesforcer/reference/sf_control.html There is also a vignette which describes all of this in more detail https://stevenmmortimer.github.io/salesforcer/articles/passing-control-args.html and a blog post I wrote highlighting the updates in version 0.1.3 of the package: https://stevenmortimer.com/salesforcer-0.1.3-features-for-better-crm-data-management |
This appears possible given https://salesforce.stackexchange.com/a/66926/18334, but more generalized, my use-case is to check to see if a lead or contact reasonably exists relative to the data I would be sending to my partner's org via API.
The text was updated successfully, but these errors were encountered: