Hi, how to get list values of field in client scri...
# suitescript
m
Hi, how to get list values of field in client script?
g
you can use the currentRecord in any clientscript functions
m
yes but i want to get he list of field values let's say I have field
currentRecord.getValue({ fieldId: 'custrecord11'});
i can get the current value but I want to get the list of values assigned to that field
field type is lList/Select
g
ahh I see. So basically you're trying to get all of the list? why not load the list instead?
b