@Steve Goldberg can you suggest how to make purchase order number field mandatory in the checkout page of SCA 2019.2 version?
s
Sohan Kumar Dash
05/28/2020, 5:19 PM
@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
Steve Goldberg
05/28/2020, 5:49 PM
Can you not just extend the model to add in new validation options for the field?