May 3, 20196 yr Newbies 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? Edited May 3, 20196 yr by msorich
May 3, 20196 yr Author Newbies I figured it out my QBs field name reference was incomplete: PCQB_AddFieldWithReqValue("SalesTaxCodeRef::FullName ; "Non" )
Create an account or sign in to comment