-
Notifications
You must be signed in to change notification settings - Fork 76
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
[show-all-data] Customise header of REST call #198
Comments
In inspect.js line 150 it would be |
Hi @SfdxDieter , Good catch 👏 ! |
Hi @SfdxDieter , You can test the header customisation by checking out this branch locally and follow this how to. I'll test this does not bring regressions on the create updates for a while locally, if everything is good I'll merge it into releaseCandidate (next release branch). Let me know if you need assistance ! |
@SfdxDieter |
Please change line 36 to I get 2 kind of errors in the plugin (I removed all other plugins) |
Will be available in beta version probably next week |
Salesforce changed default behavior of REST call if Cases are changed. If changes are done in Inspector there is not send the Sforce-Auto-Assign Value in the header of the REST-Call. So Assigement Rules are executed every time. But normaly before the assignement rules where not firered every time.
So the Inspector should send Sforce-Auto-Assign with value FALSE or be configure able to switch it on/off.
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/headers_autoassign.htm
https://help.salesforce.com/s/articleView?id=000390059&type=1
The text was updated successfully, but these errors were encountered: