This commit is contained in:
2022-03-09 01:51:40 +00:00
parent cca8809bc0
commit 8804f16d40
5 changed files with 9 additions and 3 deletions

2
.vscode/launch.json vendored
View File

@@ -48,7 +48,7 @@
"AYANOVA_DATA_PATH": "c:\\temp\\ravendata",
"AYANOVA_USE_URLS": "http://*:7575;",
//"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true",
"AYANOVA_SERVER_TEST_MODE": "false",
"AYANOVA_SERVER_TEST_MODE": "true",
"AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-8",
//"AYANOVA_REPORT_RENDERING_TIMEOUT":"1",
"AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small",

View File

@@ -0,0 +1,3 @@
# OPS-CUSTOMER-NOTIFY-LOG
![THIS PAGE UNDER CONSTRUCTION](img/underconstruction.svg)

View File

@@ -1,6 +1,6 @@
# Notification system
AyaNova has a built in notification system that alerts users to events of interest that occur in AyaNova.
AyaNova has a built in notification system that alerts Users and Customers to events of interest that occur in AyaNova.
There are two methods of delivering notifications:

View File

@@ -0,0 +1,3 @@
# OPS-USER-NOTIFY-LOG
![THIS PAGE UNDER CONSTRUCTION](img/underconstruction.svg)

View File

@@ -22,7 +22,7 @@ namespace AyaNova.DataList
UiFieldDataType = (int)UiFieldDataType.Text,
SqlIdColumnName = "acustomernotifysubscription.id",
SqlValueColumnName = "acustomernotifysubscription.id",
IsRowId = true
IsRowId = false
});
FieldDefinitions.Add(new DataListFieldDefinition