michoel
02/24/2021, 11:49 PMSELECT * FROM item WHERE id = x
to get all the fields for one of those items, and hopefully you can identify the field you are after from the resultsAlli Deacon
02/25/2021, 12:52 PMSelect * from item
I cannot get Select * from item where id = x
where x = any of those item ids to return any results. That is my issue, was curious if anyone had run into anything similar.michoel
02/25/2021, 7:57 PMid
would be the internal id of the itemAlli Deacon
02/26/2021, 4:18 PM<https://realm.app.netsuite.com/app/common/item/item.nl?id=69780>
When I'm doing my search:
{"q": "SELECT * FROM item where id = '69780'"}
Which I have done with and without quotes, I'm getting no results.
Was curious if anyone had encountered this issue. Is there some other table / record type that might be storing the items that aren't showing in the item record?Alli Deacon
02/28/2021, 6:56 PM