Hi :slightly_smiling_face: Just landed here, nice ...
# suiteql
a
Hi 🙂 Just landed here, nice to meet you all. I am facing an issue when pulling data from my Netsuite account, using 
REST Services & SuiteQL
. The thing is that I do not receive any data related to 
Credit Memos
... I mean I receive a 200 response but in every field related to CreditMemos I get 0s... Anyone facing or encountered the same issue? Thanks in advance
j
What does your query look like?
a
SELECT * FROM Transaction WHERE type = 'CustCred'
The response:
Copy code
{'links': [{'rel': 'self',
   'href': '<https://5413566.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql'}>],
 'count': 0,
 'hasMore': False,
 'items': [],
 'offset': 0,
 'totalResults': 0}
j
well your SQL is fine, so something else is going on. Permissions maybe? What happens if you try a different transaction type, do you get results?
a
Yes... I got results from Sales Invoices
Permissions to the user right? With the Transaction permission would it be enough?
j
Are you an Administrator for your NetSuite account? Credit Memo is its own permission as are most different types of transactions.
a
Yes I do, but I cannot even find it in the list...
j
Not sure what to tell you, it’s in there for me:
Is it renamed to something else in your NS instance?
a
Yes, exactly in this list I cannot find it... It's quite weird. Did you go through beta services enabling first?
j
What are Credit Memos called in your system? I am guessing they are renamed
“Did you go through beta services enabling first?” I don’t know what this means