We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When adding or editing custom objects in Salesforce the api resources become invalid and need to be refreshed.
Today you have to restart the process to initiate a refresh.
The following resources should be refreshed when this method is called:
apiResources apiSObjects apiSObjectDescriptions apiMaxBatchSize
The text was updated successfully, but these errors were encountered:
Thread safety needs to be implemented as the resources that need updating are map objects.
Sorry, something went wrong.
Merge pull request nimajalali#1 from ecnahc515/check_status_code
71c0bc4
force: Check for StatusNoContent before unmarshalling
nimajalali
No branches or pull requests
When adding or editing custom objects in Salesforce the api resources become invalid and need to be refreshed.
Today you have to restart the process to initiate a refresh.
The following resources should be refreshed when this method is called:
apiResources
apiSObjects
apiSObjectDescriptions
apiMaxBatchSize
The text was updated successfully, but these errors were encountered: