Hey All: What Transaction Type would you query to...
# suiteql
a
Hey All: What Transaction Type would you query to get Credit Memos. When I try
SELECT * FROM Transaction WHERE type = 'CustCred'
I'm not getting any hits, but I know there are Credit Memo Transactions out there. TIA!
c
That works for me. Are you just getting back an empty result set? Are you logged in as a Role that has the appropriate permissions for Credit Memos?
a
@Clay Roper That was it. Thanks for the assist, I always forget to check permissions.
c
Glad it was an easy fix!
🎯 1