We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bdec5c commit 4261263Copy full SHA for 4261263
Core/Resgrid.Config/SystemBehaviorConfig.cs
@@ -119,6 +119,11 @@ public static class SystemBehaviorConfig
119
120
};
121
122
+ /// <summary>
123
+ /// For usage with DepartmentsToForceBackupSmsProvider, this will determine if we also want to send text messages to the primary provider as well
124
+ /// </summary>
125
+ public static bool AlsoSendToPrimarySmsProvider = false;
126
+
127
/// <summary>
128
/// To send push notifications with your on-prem Resgrid installation with our apps in the App Stores (Google and Apple)
129
/// you need to pay for a site key to send push notifications through our push infrastructure. To get a site key, which is
0 commit comments