If I want to prevent a Bill from being created is ...
# suitescript
s
If I want to prevent a Bill from being created is the best solution to delete the Bill after it's been created or is there a way to prevent its creation either by workflow or user event?
b
throw an error before submit
👍 1
if you want to prevent it in the ui, use a client script's saveRecord entry point
👍 1
s
Thanks for the suggestions.