Join Slack
Powered by
is there a way to determine if a field is a single...
# suitescript
k
Kris Wood
03/11/2020, 3:13 PM
is there a way to determine if a field is a single select or a multiple select via suitescript?
d
D17339
03/11/2020, 3:48 PM
var objField = objSublist.getField({ fieldId: 'item' }); if(objField.type === 'checkbox'){ //Perform an action }
D17339
03/11/2020, 3:49 PM
Its possible Please check the above script
4
Views
Open in Slack
Previous
Next