anyone know how to SuiteQL query the status of a t...
# suitescript
s
anyone know how to SuiteQL query the status of a transaction? In my case, looking for sales orders pending fulfillment. Using a WHERE clause like
WHERE status = 'SalesOrd:B'
works in a SuiteQL test suitelet, but fails to return any results in a M/R script (exact same query in both places)?