Hello. I am trying to perform a query to get `Cust...
# suiteql
a
Hello. I am trying to perform a query to get
Customer Payments
data. Any clue of where I can find it?? I checked Transactions and not succesfull...
t
@Anna You can find them in the Transaction table, with "CustPymt" as the type. For example,
SELECT TOP 10 * FROM Transaction WHERE Type = 'CustPymt'
❤️ 1
a
super thanks @tdietrich, I just had to enable the transaction permission in the role 🙂
Any clue on where to find Credit Memos payment data? CC @tdietrich 🙏tia
t
@Anna Those are also in the Transaction table. Their type is: CustCred