SCRS_GetAlertSeverity Stored Procedure
In SCRM 2006, SCRS_GetAlertSeverity gets a list of alert severities with optional <ALL> member.
SCRS_GetAlertSeverity @LocaleID
,[ @NoALLOption = ] 0
Arguments
@LocaleID
Type: int
Locale identifier for the installed product.
@NoALLOption
Type: bit
Determines whether output includes <ALL>; 1 excludes it, 0 includes it.
Return Code
Type: int
Value: Always 0.
Results Sets
Column name | Data Type | Description |
---|---|---|
AlertLevelName |
String |
Output value from SCRM 2006 SCRS_AlertLevelDimension_View.AlertLevelName. |
AlertLevelNameLabel |
String |
Output value from SCRM 2006 SCRS_AlertLevelDimension_View.AlertLevelName. |
See Also
Other Resources
Sample SCRM Stored Procedures
SCRM 2006 Report Customization
SCRM 2006 SQL Views
SCRM 2006 Stored Procedures