From a8832647f74d4521b09e4f461d2d41b23efbc30d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 8 Mar 2022 22:38:03 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index bf6e191c..19884017 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -50,6 +50,10 @@ How to implement auto notifications if can report and send from server Set file name of attached report, maybe user can template that? Or use biz object name file friendly morphed +todo: remove these unused fields: + public string Subject { get; set; }//email subject line + public string Message { get; set; }//email body + TODO: notify delivery log needs some help to work with this make sure to test that and confirm how it looks right now it's reliying on a notifyevent id which doesn't exist because it's set to a customernotifyevent id instead also it's not exposed in the UI!? (only the queue of events apparently) @@ -58,9 +62,11 @@ How to implement auto notifications if can report and send from server todo: dbutil erase db new tables not added!! may b e more than just customernotification, haven't been in there in a while todo: more reportable events likely need to be set as it only has two and sb more see v7 etc - todo: remove these unused fields: - public string Subject { get; set; }//email subject line - public string Message { get; set; }//email body + wostatuschanged i think is missing link report id + + + + OTHER B4BETA