Does anyone know why I would be getting a record n...
# suiteql
a
Does anyone know why I would be getting a record not found when querying
select * from inventorybalance
?
b
1. Is there a check box next to the fields in the "available" column?
2. does the role you are using have permissions? or is this done in code?
a
1. It's
SELECT *
2. Being ran as admin
j
Can you post your code and the exact full text of the error message?
a
code:
query.runSuiteQL('select * from inventorybalance')
error:
Copy code
{
  "message": "Search error occurred: Record 'inventorybalance' was not found.",
  "name": "SSS_SEARCH_ERROR_OCCURRED",
  "userFacing": true,
  "id": null
}
Inventory settings:
b
I think that inventorybalance is only active if you have bin management turned on