@model GODATA.Models.Ticket.EscalationMatrix @*
| @Html.LabelFor(model => model.organization_id) |
@*@Html.TextBoxFor(model => model.OrganizationId, new { @class = "k-textbox" })*@
@Html.DropDownListFor(model => model.organization_id, (IEnumerable |
@Html.LabelFor(model => model.dealer_name) |
@Html.TextBoxFor(model => model.dealer_name, new { @id = "ddDealerName", @class = "widthComboBox" })
@*@Html.DropDownListFor(model => model.DealerName, (IEnumerable |
| @Html.LabelFor(model => model.manager_name) |
@Html.TextBoxFor(model => model.manager_name, new { @class = "" })
@*@Html.DropDownListFor(model => model.ManagerName, (IEnumerable |
@Html.LabelFor(model => model.manager_level) |
@*@Html.TextBoxFor(model => model.ManagerLevel, new { @class = "k-textbox" })*@
@Html.DropDownListFor(model => model.manager_level, (IEnumerable |
| @Html.LabelFor(model => model.state) |
@Html.DropDownListFor(model => model.state, (IEnumerable |
@Html.LabelFor(model => model.city) |
@Html.DropDownListFor(model => model.city, (IEnumerable |
| @Html.LabelFor(model => model.van_type) |
@*@Html.TextBoxFor(model => model.VanType, new { @class = "k-textbox" })*@
@Html.DropDownListFor(model => model.VehicleTaggingList, (IEnumerable |
@Html.LabelFor(model => model.notification_type) | Email SMS |
| @Html.LabelFor(model => model.alarm_age) | @Html.TextBoxFor(model => model.alarm_age, new { @class = "" }) @Html.ValidationMessageFor(model => model.alarm_age) | @Html.LabelFor(model => model.alarm_age_sla_not_met) | @Html.TextBoxFor(model => model.alarm_age_sla_not_met, new { @class = "" }) @Html.ValidationMessageFor(model => model.alarm_age_sla_not_met) |
| @Html.LabelFor(model => model.alarm_age_ticket_not_closed) | @Html.TextBoxFor(model => model.alarm_age_ticket_not_closed, new { @class = "" }) @Html.ValidationMessageFor(model => model.alarm_age_ticket_not_closed) | @Html.LabelFor(model => model.alarm_age_van_not_live) | @Html.TextBoxFor(model => model.alarm_age_van_not_live, new { @class = "" }) @Html.ValidationMessageFor(model => model.alarm_age_van_not_live) |
| @Html.LabelFor(model => model.alarm_age_eicher_promise_48hrs) | @Html.TextBoxFor(model => model.alarm_age_eicher_promise_48hrs, new { @class = "" }) @Html.ValidationMessageFor(model => model.alarm_age_eicher_promise_48hrs) | ||
|
@Html.LabelFor(model => model.emails)
@* |
@Html.TextBoxFor(model => model.emails) @Html.ValidationMessageFor(model => model.emails) | ||
|
@Html.LabelFor(model => model.phones)
Ex. 9999999999 [Only 10 digits Ex. xxxxxxxxxx]*@ |
@Html.TextBoxFor(model => model.phones) @Html.ValidationMessageFor(model => model.phones) | ||