The VendTax1099Update class that does the work was written to work on one vendor at at time. It seems reasonable that you could write a class of your own to loop through all vendors and call the VendTax1099Update class, and thus update them all in one step. You might be able to retrofit the VendTax1099Update class itself, but it seems safer to not touch the base code if it can be avoided.
↧