This commit is contained in:
2021-01-21 19:15:29 +00:00
parent e54a7f60d8
commit 651d3009c3
4 changed files with 23 additions and 9 deletions

View File

@@ -16,8 +16,6 @@ namespace AyaNova.DataList
var RoleSet = BizRoles.GetRoleSet(DefaultListObjectType);
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;
//######## DEFAULT VIEW WHEN NO VIEW CHOSEN ############
//Default ListView - show all transactions in order
dynamic dlistView = new JArray();
@@ -98,7 +96,6 @@ namespace AyaNova.DataList
IsRowId = true//should open to eventlog since no edit
});
FieldDefinitions.Add(new AyaDataListFieldDefinition
{
TKey = "PartInventoryTransactionEntryDate",