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

Asynchronous bulk update #193

Closed
nmitrakis opened this issue Oct 16, 2021 · 0 comments
Closed

Asynchronous bulk update #193

nmitrakis opened this issue Oct 16, 2021 · 0 comments
Assignees

Comments

@nmitrakis
Copy link
Member

nmitrakis commented Oct 16, 2021

What is the current situation?

FObjectAsync cannot (asynchronously) update records.

Proposed solution

  • The new FObjectAsync instance method updateRecords() will update all records of the SObjects that are included in the Template.
  • The new FObject instance method setTimeFrameForUpdate(Integer minutes) will set the time frame which will be used for selecting the records that will be updated.
  • The new FObject instance method excludeOnAsyncUpdate(Boolean isExcluded) will define if the FObject will be excluded from an async update.

Benefits of new functionality

Forceea users will be able to massively update records.

Note: the feature will be released in v2.6.0.

@nmitrakis nmitrakis self-assigned this Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant