This commit is contained in:
2022-03-08 22:38:03 +00:00
parent 95291ddbcb
commit a8832647f7

View File

@@ -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 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 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 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) 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: 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: more reportable events likely need to be set as it only has two and sb more see v7 etc
todo: remove these unused fields: wostatuschanged i think is missing link report id
public string Subject { get; set; }//email subject line
public string Message { get; set; }//email body
OTHER B4BETA OTHER B4BETA