Good morning. Does anyone know how to find a custo...
# suiteql
e
Good morning. Does anyone know how to find a customers subsidiary with SuiteQL ?
The table
EntitySubsidiaryRelationship
was what I was looking for
Copy code
SELECT c.id, c.companyname, er.subsidiary, er.name
FROM Customer AS c
INNER JOIN EntitySubsidiaryRelationship AS er
ON c.id = er.entity