-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
- generate FederalTaxForm template
- Note the isExempt field is not in the template
- generate StateTaxForm template
- Note the isExempt field is not in the template
- generate LocalTaxForm template
- Note the isExempt field is not in the template
- On any of the above templates add an 'isExempt' column and populate data for one or more tax records
- Attempt to load the csv
- 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
- The
dataloader.propertiesfile (minus login info) - The CSV input file (smallest possible file that reproduces the issue)
- The results file(s)
- 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
Labels
No labels