Hello,
I'm adding invoices to Quickbooks and I want to be able to control whether an invoice line item is taxable or not. By default it is taxable. The code below allows you to specify items that are non-taxable.
PCQB_AddFieldWithReqValue( "SalesTaxCodeRef" ; "value" )
According to the SDK OSR, SalesTaxCodeRef ("value" above) can accept a ListId or FullName. How do I get the ListId , or what would be the FullName for the non-taxable value?