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

Create optional Config #15

Open
k-capehart opened this issue Apr 20, 2024 · 0 comments
Open

Create optional Config #15

k-capehart opened this issue Apr 20, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@k-capehart
Copy link
Owner

k-capehart commented Apr 20, 2024

  • New Config struct nested within Salesforce struct
  • Defaults during authentication but can be optionally set afterwards

Examples

  • consoleLogs - print log statements for status of long running jobs
  • timeout - set global timeout for long running jobs
  • bulkJobLogFileLocation - if not blank, then write bulk operation results to csv file at this location
  • failOnPartial - for Collection methods, since allOrNone is false, optionally return individual record failures so caller doesn't have to check for them separately
  • dmlLogLevel - none, info, warn, error - log dml errors for collections and composite operations
@k-capehart k-capehart added the enhancement New feature or request label Apr 20, 2024
@k-capehart k-capehart self-assigned this May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant