I am using the nlapiDisableLineItemField to disabl...
# suitescript
t
I am using the nlapiDisableLineItemField to disable the rate column field on line item through client script.But is is not working. Please help
c
You should give more information. E.g. your code
t
nlapiDisableLineItemField('item','quantity',true); using Pageinit
b
you wont have much disabling those kind of fields
netsuite will undisable native fields it uses for sourcing
you can try disabling it after every postSourcing event, but I would hide the field
👍 1