Skip to content

Tax forms missing isExempt fields #393

@djohnsonbh

Description

@djohnsonbh

Description

The newly added FederalTaxForm, StateTaxForm, and LocalTaxForm entites are missing the isExempt fields. From what I can see the latest version of the SDK-REST includes these fields.

Steps to Reproduce

  1. generate FederalTaxForm template
  2. Note the isExempt field is not in the template
  3. generate StateTaxForm template
  4. Note the isExempt field is not in the template
  5. generate LocalTaxForm template
  6. Note the isExempt field is not in the template
  7. On any of the above templates add an 'isExempt' column and populate data for one or more tax records
  8. Attempt to load the csv
  9. Observe error "com.bullhornsdk.data.exception.RestApiException: 'isExempt' does not exist on FederalTaxForm"
Expected behavior:

Should be able to load data into the isExempt field on Federal, State, and Local tax entities

Actual behavior:

Not able to load data into the isExempt field on Federal, State, and Local tax entities

Reproduces how often:

100%

Additional Information

  1. The dataloader.properties file (minus login info)
  2. The CSV input file (smallest possible file that reproduces the issue)
  3. The results file(s)
  4. The log file

dataloader_2022-09-26_09.16.05.log
FederalTaxForm.csv
dataloader.properties.txt
FederalTaxForm_load_2022-09-26_09.16.05_failure.csv

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions