(2.5 points) Check if login successfully with Admin role, add new SamPreOrder with the requirements:
The ProductName will come from the SamProducts table (you can use ComboBox UI control in this case)
All fields are required.
UpdatedAt >= CreatedAt = CurrentDate
Value for CustomerName is in the range of 5-50 characters. Each word of the CustomerName must begin with the capital letter or digits (1-9). CustomerName is not allowed with special characters.
8. (1.5 points) Check if login successfully with Admin role, update an existing SamPreOrder item.
You can use your different window/page or use the data grid view for this update function (update by PreOrderID).
With update function, the same validation requirements with Add function.
Zoom
+ 95%
Close