Is it possible to disable or remove this buttons w...
# general
e
Is it possible to disable or remove this buttons when a condition is met?
d
Not natively, although it technically can be done: https://netsuiteprofessionals.slack.com/archives/C29HQS63G/p1667406895247939
However there are some massive caveats. Like how it breaks NetSuite's guidelines; it's unsupported functionality; and will likely not be possible to do so in the future. If attempted, it should definitely be done by someone who knows what they're doing and knows the implications of what they're doing from NS scripting best practices:
ℹ️ Important: Custom code must not be used to access the NetSuite DOM. Developers must use SuiteScript APIs to access NetSuite UI components.
e
Thanks @David B!!!
👍 1