May 3, 20196 yr Script Steps for deleting a transaction from QB. PCQB_BeginSession("";"") PCQB_RqNew( "TxnDel" ; "" ) PCQB_RqAddFieldWithValue( "TxnDelType" ; "Bill" ) # Types ARRefundCreditCard, Bill, BillPaymentCheck, BillPaymentCreditCard, BuildAssembly, Charge, Check, CreditCardCharge, CreditCardCredit, CreditMemo, Deposit, Estimate, InventoryAdjustment, Invoice, ItemReceipt, JournalEntry, PurchaseOrder, ReceivePayment, SalesOrder, SalesReceipt, SalesTaxPaymentCheck, TimeTracking, TransferInventory, VehicleMileage, VendorCredit PCQB_RqAddFieldWithValue( "TxnID" ; carr_billing::qb_TxnID ) PCQB_EndSession Edited May 3, 20196 yr by Todd Dignan
Create an account or sign in to comment