cancel
Showing results for 
Search instead for 
Did you mean: 
rbecker
Level 1

QuickBooks Automation using QBFC13Lib

I am attempting to automate some of the tedious functions in QuickBooks using the QBFC13.dll ("QBFC13Lib"). Specifically, right now I am trying to apply a VendorCredit to a Bill. I create the Vendor Credit with QBFC13Lib.IVendorCreditAdd, and can successfully save this, acquiring a QBFC13Lib.IVendorCreditRet object. I can also create a Bill by using QBFC13Lib.IBillAdd, acquiring a QBFC13Lib.IBillRet.

 

If I create the VendorCredit first, and attempt to apply this to the bill using the LinkToTxnIDList method, I am told by the QBFC13Lib.IResponse that LinkToTxnIDList cannot be linked to VendorCredit. There is no similar method with the QBFC13Lib.IBillMod. I can get apparently closer with the QBFC13Lib.IBillPaymentCheckAdd, and using the ppliedToTxnAddList.Append() method to create an IAppliedToTxnAdd object. However, when I append the bill's Transaction ID to the TxnID value, and the Credit's Transaction ID to the SetCreditList's CreditTxnID, I am given the message that the Credit's Transaction ID cannot be found, despite getting the ID from the Vendor Credit object.

 

How am I meant to apply a Vendor Credit to a bill?

Solved
Best answer January 23, 2019

Best Answers
FritzF
Moderator

QuickBooks Automation using QBFC13Lib

Greetings, @rbecker.

 

Thanks for reaching out to us here in the Community. I'm here to help get this taken care of so you can apply a Vendor Credit to a bill.

 

QuickBooks Automation using QBFC13Lib requires developers expertise. To get help with your preference, I'd recommend posting this question to our Intuit Developer Forum to get assistance from one of the experts handling software integrations.

 

Here's the website: https://developer.intuit.com/.

 

There they can guide you through the process and ensure that you can complete your work.

 

That should point you in the right direction. Please let me know if you have any follow-up questions or concerns about QuickBooks. Take care and wishing you the best.

View solution in original post

1 Comment 1
FritzF
Moderator

QuickBooks Automation using QBFC13Lib

Greetings, @rbecker.

 

Thanks for reaching out to us here in the Community. I'm here to help get this taken care of so you can apply a Vendor Credit to a bill.

 

QuickBooks Automation using QBFC13Lib requires developers expertise. To get help with your preference, I'd recommend posting this question to our Intuit Developer Forum to get assistance from one of the experts handling software integrations.

 

Here's the website: https://developer.intuit.com/.

 

There they can guide you through the process and ensure that you can complete your work.

 

That should point you in the right direction. Please let me know if you have any follow-up questions or concerns about QuickBooks. Take care and wishing you the best.

Need to get in touch?

Contact us