Newbies jschaefer Posted September 28, 2021 Newbies Posted September 28, 2021 (edited) 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, 2021 by jschaefer
Newbies jschaefer Posted September 28, 2021 Author Newbies Posted September 28, 2021 I was able to resolve this with passing in a variable instead of the field value weirdly.
Recommended Posts
This topic is 1221 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 accountSign in
Already have an account? Sign in here.
Sign In Now