diff --git a/.vscode/launch.json b/.vscode/launch.json index 2c3525c1..7c905164 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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", diff --git a/docs/8.0/ayanova/docs/ops-customer-notify-log.md b/docs/8.0/ayanova/docs/ops-customer-notify-log.md new file mode 100644 index 00000000..8b982ee1 --- /dev/null +++ b/docs/8.0/ayanova/docs/ops-customer-notify-log.md @@ -0,0 +1,3 @@ +# OPS-CUSTOMER-NOTIFY-LOG + +![THIS PAGE UNDER CONSTRUCTION](img/underconstruction.svg) diff --git a/docs/8.0/ayanova/docs/ops-notification-system.md b/docs/8.0/ayanova/docs/ops-notification-system.md index 76f656d3..052e7224 100644 --- a/docs/8.0/ayanova/docs/ops-notification-system.md +++ b/docs/8.0/ayanova/docs/ops-notification-system.md @@ -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: diff --git a/docs/8.0/ayanova/docs/ops-notify-log.md b/docs/8.0/ayanova/docs/ops-notify-log.md new file mode 100644 index 00000000..f13b5200 --- /dev/null +++ b/docs/8.0/ayanova/docs/ops-notify-log.md @@ -0,0 +1,3 @@ +# OPS-USER-NOTIFY-LOG + +![THIS PAGE UNDER CONSTRUCTION](img/underconstruction.svg) diff --git a/server/AyaNova/DataList/CustomerNotificationDeliveryLogDataList.cs b/server/AyaNova/DataList/CustomerNotificationDeliveryLogDataList.cs index ca78e5a6..df13af36 100644 --- a/server/AyaNova/DataList/CustomerNotificationDeliveryLogDataList.cs +++ b/server/AyaNova/DataList/CustomerNotificationDeliveryLogDataList.cs @@ -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