```current_record.getField({ fieldId: 'custeve...
# suitescript
m
Copy code
current_record.getField({
    fieldId: 'custevent_tf_address'
}).isDisabled = true;
Why does inline not work? isDisabled works. Client Script
b
you need to explain your problem better
are you trying to disable an inline field? whats the problem if isDisabled works?
m
it's a field we do not wish to edit. inline is just a preference instead of disabled.
b
you may have answered the first question (its a yes or no question that i think you are answering yes to)
you have not answered the second
with the information you gave, ill simply say that inline fields have limited suitescript support
m
I think you are right, it's limited to SS and we will just have to do with the disabled option