Discussions
fieldchanged on custom field?
Im new with Netsuite so this might be a dumb question...
Any reason why Netsuite doesnt recognize what type of control this is?
Its a field called Phase on the case form. It looks like a dropdown list but has a button next to it to add values. The page source doesnt have any kind of input tag...but the JS in the source indicates that it is a dropdown field. The type comes back as null...and I cant retrieve the value (which is the ultimate goal here...) but it can identify the field name in an alert message "alert(name)".