Join Slack
Powered by
How do you disable a line field when creating a ne...
# suitescript
n
Nicholas Williams
02/07/2023, 3:55 PM
How do you disable a line field when creating a new record? lineInit does not trigger
n
NElliott
02/07/2023, 4:10 PM
Be warned if you hide it you're hiding it for all lines.
n
Nicholas Williams
02/07/2023, 4:11 PM
@NElliott
sorry changed my question. I just want to disable a field on every line. It will be based off the role of the person creating the record
n
NElliott
02/07/2023, 4:12 PM
User Event before Load Get the sublist field and .updateDisplayType({displayType:serverWidget.FieldDisplayType.HIDDEN});
n
Nicholas Williams
02/07/2023, 4:16 PM
how do I get the sublist field if there are no lines yet?
Nicholas Williams
02/07/2023, 4:17 PM
@NElliott
Nicholas Williams
02/07/2023, 4:20 PM
@NElliott
Ahhh nevermind. I figured it out. Thanks!
13
Views
Open in Slack
Previous
Next