Hi Guys, Is there any way I can disable the line w...
# suitescript
m
Hi Guys, Is there any way I can disable the line warning message while creating a purchase order lines using client script. please have a look at below
n
I don't know for sure but it's probably an account setting
t
Its a core error message I don't think you can disable this. However, you can create a custom form with a custom field that acts like purchase order 🤔
m
You could create a client script that overrides the native
window.alert
with your own version that ignores specific alert messages.