case 4037

This commit is contained in:
2021-11-24 20:29:38 +00:00
parent 40cb386c6e
commit d72c8e3660

View File

@@ -13,7 +13,6 @@ namespace AyaNova.DataList
SQLFrom = "from viewpartinventorylist ";
var RoleSet = BizRoles.GetRoleSet(DefaultListAType);
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;
DefaultColumns = new List<string>() { "PartName", "PartWarehouseName", "PartInventoryBalance", "PartByWarehouseInventoryMinStockLevel", "PartByWarehouseInventoryReorderQuantity", "PartByWarehouseInventoryQuantityOnOrder", "PartByWarehouseInventoryQtyOnOrderCommitted", "Active","PartInventoryId" };
@@ -102,7 +101,7 @@ namespace AyaNova.DataList
UiFieldDataType = (int)UiFieldDataType.Text,
SqlIdColumnName = "partinventoryid",
SqlValueColumnName = "partinventoryid",
IsRowId = true//useless but necessary to show for row selection and reporting purposes
IsRowId = true//useless but necessary to show for row selection and reporting purposes, added this text to get the right case number under commit
});
FieldDefinitions.Add(new DataListFieldDefinition