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
NElliott
01/12/2022, 12:26 PM
I don't know for sure but it's probably an account setting
t
Tyn Guardian
01/12/2022, 12:54 PM
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
michoel
01/12/2022, 11:18 PM
You could create a client script that overrides the native
window.alert
with your own version that ignores specific alert messages.