Aaron R
09/27/2024, 12:17 AMCeligo AI
09/27/2024, 12:18 AMAI generated answer (using internal Slack threads):To find the Scripted Record type when sourcing to get a script id for the record type 'advintercompanyjournalentry', you should use the
Scripted Record TypeRecord TypeScripted Record TypeRecord Typejavascript
var customRecordSearch= search.create({
    type: "customrecordtype",
    filters: ['isinactive', 'is', false],
    columns: ['scriptid', 'name']
});
var res= customRecordSearch.run();
var results = res.getRange({
    start: 0, 
    end: 10
});customrecordtypescriptidnameresultsCeligo AI
09/27/2024, 12:18 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.831545115
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.819460392
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.816552103
Celigo AI
09/27/2024, 12:18 AM