on our employee record, boolean checkbox field for...
# suitescript
a
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)
b
is team selling enabled
a
@battk where would I find this? Thanks for the reply
b
enable features
under crm
your sales rep is replaces by sales roles
a
Yes, it is checked in the CRM tab of setup>company>enable featues
Job Information for Sales Reps heading
for general information about team selling
more important for you, it also details what it replaces
a
Thank you @battk very helpful. The sales role field was empty.