hello, I have a custom Entity (CUSTENTITYKV_CUSTOM...
# suitetalkapi
h
hello, I have a custom Entity (CUSTENTITYKV_CUSTOMER_REGION) and put some data into that Entity. Now i want to get list data of that custom Entity, how can i get it using suiteQl. Here is my script:
Copy code
{
  "q": "SELECT * FROM CustomField where fieldtype = 'ENTITY' and scriptid = 'CUSTENTITYKV_CUSTOMER_REGION'"
}
b
do a query on the entity table
h
i dont know the name of Entity Table, can you let me know the table name? thank you
b
h
👍