Overview: We need to give CE the ability to mark an order as a second try. This is usually due to a mistake in the way we made the product the first time, so we want a note to prevent us from making the same mistake(s) again.
Process:
If CurrentUser.Operator <> “” Then it’s a CE user.
For CE users Add a column to the grid on the reorder popup.
For any MOD items place a dropdown in that added column.
The dropdown should be filled with SystemTableItem entities with Tier = ROR.LAD.
The first and default item in the dropdown list should have a “” value and text should say, “Select Remake Reason”.
In ProductModItemRepository.Create, add an optional parameter, remakeReason, and pass the selectedItem.Value from the dropdown.