Bill He
02/03/2023, 2:42 AMWatz
02/03/2023, 6:16 AMNElliott
02/03/2023, 9:13 AMlet dummy = record.create(); <whatever record type you need, isDynamic:true
let myField = dummy.getField(); < field that you want the list of values from
let theOptions = myField.getSelectOptions(); < you now have an array of objects with value and text key value pairs