Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

System has import failure modes which can be specified by the caller:

  • failFast=true : no records will be imported if any record is rejectedup to the first failed record.  The first failed record is returned with an error message.
  • failFast=false : records will be imported even if some records are rejected.  To see failures, consult the summary report.
  • NOTE: System does NOT support rollback in either mode.
Related User Stories:

...