```require(['N/currentRecord'], function(currentRe...
# suitescript
m
Copy code
require(['N/currentRecord'], function(currentRecord){
    console.log(
        currentRecord.get().getField('category').getSelectOptions()
    )
});