September 28, 20214 yr Newbies Has anybody had issues querying payments? PCQO_RqNew ( "Query"; "Payment" ) PCQO_RqAddFieldWithValue ( "Id"; Payments::QBTxnID ) PCQO_RqExecute Yields: No records found for this query. If i do a select * from payment where id = '####' in the intuit api, then the payment shows up. Edited September 28, 20214 yr by jschaefer
September 28, 20214 yr Author Newbies I was able to resolve this with passing in a variable instead of the field value weirdly.
Create an account or sign in to comment