From 6e890ab8e929ab99d2b0bf482277fbbb9b682019 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 27 Jan 2021 01:22:15 +0000 Subject: [PATCH] still torn apart but getting there at server, no client work done yet at all --- ayanova/devdocs/todo.txt | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c3929b95..46e62ecf 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -86,16 +86,7 @@ todo: DataList view and filter are combined and this is wrong } TO THIS: - { - offset: 0, - limit: 10, - dataListKey: "PartInventoryTransactionsDataList", - columns:["PartInventoryTransactionEntryDate","PartPartNumber","PartWarehouseName","PartInventoryTransactionQuantity","PartInventoryTransactionDescription","PartInventoryTransactionSource","PartInventoryBalance"] - sortBy:["PartInventoryTransactionEntryDate-"],//All sorted columns here appends + for ascending - for descending to field name - filter:[{column:"PartPartNumber",items:[{op: "=",value: "400735"}]}], - clientCriteria:"2" //could be anything here that makes sense to the list, in this case an example customer id for customernotedatalist - - } + See DataListOptions.cs for format # METAVIEW / VARIANT / PROGRAMMATIC FILTERING There are filters users make and filters the program makes