Hello all,
I have a field that needs to be mandatory during the Sales Order creation. Can someone show me on what class and method can i do that?
Thank you in advance.

Hello all,
I have a field that needs to be mandatory during the Sales Order creation. Can someone show me on what class and method can i do that?
Thank you in advance.
Hi Paula,
Does the field only be mandatory during creation of the order or should it also be mandatory when someone changes header details? There is an option to achieve this with personalizations, but it would be quite easy to bypass this: How mandatory is required? - Dynamicspedia
If you want to customize the form, you can add a validation on the SalesOrderCreate form. You can also extend the SalesTable table and change the field property or add a validation via CoC. Note that if you change the field property, it will be mandatory for all legal entities.
At To-Increase, we also offer a solution called Data Quality Studio where you can configure via the UI to have fields mandatory or control what values are allowed (all or selected legal entities) .