You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.properties file (minus login info)
The CSV input file (smallest possible file that reproduces the issue)
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
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
dataloader.properties
file (minus login info)dataloader_2022-09-26_09.16.05.log
FederalTaxForm.csv
dataloader.properties.txt
FederalTaxForm_load_2022-09-26_09.16.05_failure.csv
The text was updated successfully, but these errors were encountered: