on our employee record, boolean checkbox field for ID 'issalesrep' is no longer on the form.. I checked customize form configuration for the specific form and there is no field configuration for it. I need to mark the field as true. I also tried in edit/client mode of the employee record in the browser console: nlapiSetFieldValue('issalesrep', "T") and also nlapiSubmitField('employee', '785099', 'issalesrep', 'T'). when doing a nlapiGetFieldValue('issalesrep') after executing the 2 beforementioned calls, I get "T", but then when I submit the record to the database, the field value does not store. I think this is becuase the field is not visible on the form, but I can't seem how to get the field back onto the from. It is a standard NS field, not custom (very elementary lol)