Simon
05/26/2023, 2:54 PMgetType()
function on an nlobjField
object.
var type1 = field1.getType(); // type1 contains 'select'
var type2 = field2.getType(); // type2 contains 'date'
What is it in SS2 ?
Anthony OConnor
05/26/2023, 3:17 PMfield1.type
Anthony OConnor
05/26/2023, 3:18 PM