//greg
09/01/2023, 12:20 PMvar q = "SELECT vas.id, vas.name, vas.custrecord_customer";
q += " FROM customrecord_scr AS vas";
q += " WHERE vas.custrecord_customer = '9546'";
The custrecord_customer is a list record of type customer. right now i just want to get the records where custrecord_customer = ‘9546’.
What am i doing wrong ? this query returns 0 results.
(this is coming from suitecommerce web service so i cant use ES6 syntax)
TIACD
09/01/2023, 12:29 PM//greg
09/01/2023, 12:30 PM//greg
09/01/2023, 12:33 PMCD
09/01/2023, 12:34 PMjen
09/01/2023, 9:56 PM