Add option to salesforce
for asyncMode: true/false
on bulk(...)
#286
Labels
wontfix
This issue will not be addressed in this lifetime or the next
Right here, if the user has specified
asyncMode
in their bulk options, we should exit, returningbatchInfo
to state.references.https://github.com/OpenFn/adaptors/blob/main/packages/salesforce/src/Adaptor.js#L236
If they have not provided this extra
asyncMode
option, we should continue with the.then()
and return all record info to state as we currently do. (No change there.)The text was updated successfully, but these errors were encountered: