burkybang
02/04/2020, 3:17 PMbattk
02/04/2020, 4:48 PMThe Scripted Record Type
type as your Record Type
battk
02/04/2020, 4:49 PMbattk
02/04/2020, 4:49 PMbattk
02/04/2020, 4:51 PMburkybang
02/04/2020, 5:11 PMbattk
02/04/2020, 5:12 PMNElliott
02/04/2020, 5:26 PMvar customRecordSearch= search.create({
type: "customrecordtype",
filters: ['isinactive', 'is', false],
columns: ['scriptid', 'name']
});
var res= customRecordSearch.run();
var results = res.getRange({
start: 0,
end: 10
});
NElliott
02/04/2020, 5:27 PMNElliott
02/04/2020, 5:27 PMburkybang
02/04/2020, 5:37 PMNElliott
02/05/2020, 1:08 AMburkybang
02/06/2020, 2:42 PM