You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: