Join Slack
Powered by
I am using the nlapiDisableLineItemField to disabl...
# suitescript
t
Tanu
05/07/2020, 12:37 PM
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
cja
05/07/2020, 12:54 PM
You should give more information. E.g. your code
t
Tanu
05/07/2020, 12:58 PM
nlapiDisableLineItemField('item','quantity',true); using Pageinit
b
battk
05/07/2020, 9:52 PM
you wont have much disabling those kind of fields
battk
05/07/2020, 9:53 PM
netsuite will undisable native fields it uses for sourcing
battk
05/07/2020, 9:55 PM
you can try disabling it after every postSourcing event, but I would hide the field
👍 1
Open in Slack
Previous
Next