<@U8X7E86M6> can you suggest how to make purchase ...
# suitecommerce
n
@Steve Goldberg can you suggest how to make purchase order number field mandatory in the checkout page of SCA 2019.2 version?
s
@narayana_57 just override the submit method in that view and validate the purchase order field. If value is null return jquery.Deferred().reject() and show error on that view. Thats it.
s
Can you not just extend the model to add in new validation options for the field?