Jump to content

Get Customer List ID For Specific Customer


PCIPal

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

Recommended Posts

You can query a customer in QuickBooks based on the customer name and obtain the LIST ID by doing the following:
PCQB_RqNew ( "CustomerQuery" )
PCQB_RqAddFieldWithValue( "FullName" ; CNTCT::FullName )

The ListID is returned in the response.
PCQB_RsOpenFirstRecord
PCQB_RsGetFirstFieldValue( "ListID" )

For a detailed list of all available or required fields in a CustomerQuery, please reference the OSR at:
https://developer-static.intuit.com/qbSDK-current/Common/newOSR/index.html. You may also want to refer to the Developer's Guide for navigational tips on how to properly use the OSR.

Link to comment
Share on other sites

This topic is 2247 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.