Skip to content
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

please add support for Sforce-Auto-Assign http header #342

Open
jamesmanning opened this issue May 23, 2019 · 1 comment
Open

please add support for Sforce-Auto-Assign http header #342

jamesmanning opened this issue May 23, 2019 · 1 comment

Comments

@jamesmanning
Copy link
Contributor

https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/headers_autoassign.htm

This header allows changing the behavior of the active assignment rules during a given update to Accounts, Cases, or Leads.

My current workaround is to create a custom HttpClient, call .DefaultRequestHeaders.Add("Sforce-Auto-Assign", "FALSE"); and then pass that into the ForceClient constructor, but it'd be nice to have support for this more built-in to the SDK.

Thanks!

@VolcOne
Copy link

VolcOne commented Jul 14, 2021

I faced the same problem
@wadewegner

Could you please review a patch.zip? Maybe you can add this opportunity in nearest time. It will be really great
There is PR with changes

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants