https://netsuiteprofessionals.com logo
Title
k

karlenigma

11/19/2018, 7:53 AM
@Nik I believe in client script you need to get the field and then set
.isDisabled = true;
a bit like the below.
var currentRecordField = context.currentRecord.getField({fieldId: 'myfieldid'});
currentRecordField.isDisabled = true;
n

Nik

11/19/2018, 7:55 AM
Tried this already, but didn't seem to work on LineItem
k

karlenigma

11/19/2018, 7:55 AM
hmmmm that is what i am using on a line item on IR
I'll dm you my code.