Skip to content

Releases: bullhorn/dataloader

v3.7.1

06 Dec 14:16
a84eab2
Compare
Choose a tag to compare

Bug Fixes

  • Added business sectors as an association on Lead: #249

v3.7.0

15 Nov 20:22
1afb4eb
Compare
Choose a tag to compare

Features

  • Added property "processEmptyAssociations" that determines whether or not to ignore empty cells for To-Many association fields. If set to false then empty To-Many cells will be ignored, which is the default behavior. If the property is set to true then all empty To-Many association cells will remove any existing associations. This does not currently apply to To-One associations.

v3.6.2

30 Oct 02:58
292b27b
Compare
Choose a tag to compare

Bug Fixes

  • Allowed lookup for disabled CorporateUser records: #230

v3.6.1

04 Oct 13:08
Compare
Choose a tag to compare

Bug Fixes

  • Added support for Dual Byte Characters: #205

v3.6.0

27 Sep 12:20
Compare
Choose a tag to compare

Features

  • Added Support for CandidateCertification Entity: #233
  • Added Support for WorkersCompensation and WorkersCompensationRate Entities: #178

Dependencies

  • Upgraded from SDK-REST version 1.2.11 to 1.2.15

v3.5.0

15 Sep 15:23
Compare
Choose a tag to compare

Features

  • Added ability to disassociate To-Many entities that are not listed in the cell: #228

Bug Fixes

  • Fixed issue where existing To-Many associations caused new ones to not load: #226

v3.4.0

04 Sep 02:59
Compare
Choose a tag to compare

Features

  • Allow for blank association fields, so that one input file can have a mix of filled out and empty association cells. (#186)

  • Ignore soft-deleted files when looking up associations.
    (#182)

v3.3.1

02 Sep 03:21
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue with custom objects where the parent lookup field was always getting added as an exist field, which did not allow for no exist fields to be used. Custom Objects now work exactly the same as all other objects when it comes to loading with or without exist fields. (#218)

v3.3.0

31 Aug 02:26
Compare
Choose a tag to compare

Features

  • Fixed Loading of Custom Objects.

    Custom Objects now support multithreaded load/delete, just like all other entities: #179.
    Person Custom Objects no longer need the person._subtype column (will now complain if present).

v3.2.2

03 Aug 14:35
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issue with custom objects that have null text blocks or text blocks with apostrophes (#208)