This commit is contained in:
2021-02-24 15:50:58 +00:00
parent 12782bec71
commit b801b0548d
5 changed files with 37 additions and 31 deletions

View File

@@ -16,7 +16,7 @@ namespace AyaNova.DataList
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;
DefaultColumns = new List<string>() { "PurchaseOrderPONumber", "Vendor", "PurchaseOrderOrderedDate", "PurchaseOrderStatus",
"PurchaseOrderExpectedReceiveDate" };
DefaultSortBy = new Dictionary<string, string>() { { "PurchaseOrderPONumber", "+" } };
DefaultSortBy = new Dictionary<string, string>() { { "PurchaseOrderPONumber", "-" } };
FieldDefinitions = new List<DataListFieldDefinition>();
FieldDefinitions.Add(new DataListFieldDefinition