Jun 2, 2020 #1 I Ihandler MSDN Guest public enum StatusId { Pending = 1, Open = 2, Closed = 3, Cancelled = 4 } Continue reading...