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
battk
09/21/2021, 2:05 AM
do a query on the entity table
h
Hung
09/21/2021, 2:20 AM
i dont know the name of Entity Table, can you let me know the table name? thank you