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

Tax forms missing isExempt fields #393

Open
djohnsonbh opened this issue Sep 26, 2022 · 0 comments
Open

Tax forms missing isExempt fields #393

djohnsonbh opened this issue Sep 26, 2022 · 0 comments

Comments

@djohnsonbh
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant