Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 2022 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted (edited)

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 by msorich
  • Newbies
Posted

I figured it out my QBs field name reference was incomplete:

PCQB_AddFieldWithReqValue("SalesTaxCodeRef::FullName ; "Non" ) 

 

This topic is 2022 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.