RJMNS
10/31/2024, 11:40 PMCeligo AI
10/31/2024, 11:40 PMAI generated answer (using internal Slack threads):The
BUILTIN.DFjavascript
var sql = 'select BUILTIN.DF(receivablesaccount) from customer where id = 3231'
var results = query.runSuiteQL({query: sql, params: []}).asMappedResults()3231receivablesaccountBUILTIN.DFGROUP BYjavascript
select 
    BUILTIN.DF(currency),
    count(*)
from account
where accttype = 'Bank'
group by BUILTIN.DF(currency)currencyCeligo AI
10/31/2024, 11:41 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.819545448
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.817581117
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.794842541
Celigo AI
10/31/2024, 11:41 PM