This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -48,7 +48,7 @@
|
|||||||
"AYANOVA_DATA_PATH": "c:\\temp\\ravendata",
|
"AYANOVA_DATA_PATH": "c:\\temp\\ravendata",
|
||||||
"AYANOVA_USE_URLS": "http://*:7575;",
|
"AYANOVA_USE_URLS": "http://*:7575;",
|
||||||
//"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true",
|
//"AYANOVA_PERMANENTLY_ERASE_DATABASE":"true",
|
||||||
"AYANOVA_SERVER_TEST_MODE": "false",
|
"AYANOVA_SERVER_TEST_MODE": "true",
|
||||||
"AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-8",
|
"AYANOVA_SERVER_TEST_MODE_TZ_OFFSET": "-8",
|
||||||
//"AYANOVA_REPORT_RENDERING_TIMEOUT":"1",
|
//"AYANOVA_REPORT_RENDERING_TIMEOUT":"1",
|
||||||
"AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small",
|
"AYANOVA_SERVER_TEST_MODE_SEEDLEVEL": "small",
|
||||||
|
|||||||
3
docs/8.0/ayanova/docs/ops-customer-notify-log.md
Normal file
3
docs/8.0/ayanova/docs/ops-customer-notify-log.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# OPS-CUSTOMER-NOTIFY-LOG
|
||||||
|
|
||||||
|

|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# Notification system
|
# 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:
|
There are two methods of delivering notifications:
|
||||||
|
|
||||||
|
|||||||
3
docs/8.0/ayanova/docs/ops-notify-log.md
Normal file
3
docs/8.0/ayanova/docs/ops-notify-log.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# OPS-USER-NOTIFY-LOG
|
||||||
|
|
||||||
|

|
||||||
@@ -22,7 +22,7 @@ namespace AyaNova.DataList
|
|||||||
UiFieldDataType = (int)UiFieldDataType.Text,
|
UiFieldDataType = (int)UiFieldDataType.Text,
|
||||||
SqlIdColumnName = "acustomernotifysubscription.id",
|
SqlIdColumnName = "acustomernotifysubscription.id",
|
||||||
SqlValueColumnName = "acustomernotifysubscription.id",
|
SqlValueColumnName = "acustomernotifysubscription.id",
|
||||||
IsRowId = true
|
IsRowId = false
|
||||||
});
|
});
|
||||||
|
|
||||||
FieldDefinitions.Add(new DataListFieldDefinition
|
FieldDefinitions.Add(new DataListFieldDefinition
|
||||||
|
|||||||
Reference in New Issue
Block a user