I have a SuiteQL that has been stable since mid Au...
# integrations
a
I have a SuiteQL that has been stable since mid August, running through REST. I'm running the same Query on 2 Clients via REST, and it's stopped working on only one client, breaking on the Custom Records/Custom Fields. Even though the role used to access has full access permissions and are available in Analytics. Any suggestions what the issue could be?
m
what error are you getting?
a
Here's one for the Custom Transaction Body Field
Invalid search query. Detailed unprocessed description follows. Search error occurred: Field 'custbody_edi_asn_sent' for record 'transaction' was not found.\n
Here is one for the custom record
Invalid search query. Detailed unprocessed description follows. Invalid search type: CUSTOMRECORD_CUSTOMER_ITEM_NUMBER.
m
I would be curious if you try a
SELECT * FROM transaction
if you get the field
custbody_edi_asn_sent
on your response objects. It's possible the field name just changed I suppose
t
@Alli Deacon Are you able to query any other custom records / fields?
a
I am seeing that field in my response, and @tdietrich The queries seem to be working now. Not sure if my client made any updates/changes; but am assuming they have and have reverted.