I'm trying to execute the taUpdateCreateVendorRcd SP from a wrapper SP that sends in the minimal required values.
I am getting an error number of 3396 which states this:
The Tax Type parameter is invalid: 1=Not a 1099 Vendor; 2=Dividend; 3=Interest; 4=Misc.
I am passing value of 1 for this parameter: @I_vTEN99TYPE
What am I missing?