SCRS_GetLocalizedCommonString Stored Procedure
In SCRM 2006, SCRS_GetLocalizedCommonString provides a localized value for a random list of otherwise hard-coded words that appear throughout the data.
SCRS_GetLocalizedCommonString @LocaleID
Arguments
@LocaleID
Type: int
Locale identifier for the installed product.
Return Code
Type: int
Value: Always 0.
Result Sets
Column name | Data Type | Description |
---|---|---|
LocalizedALL |
String |
Localized string: |
LocalizedNONE |
String |
Localized string: |
LocalizedBOTH |
String |
Localized string: |
LocalizedPhysical |
String |
Localized string: |
LocalizedVirtual |
String |
Localized string: |
LocalizedUnavailable |
String |
Localized string: |
LocalizedYes |
String |
Localized string: |
LocalizedNo |
String |
Localized string: |
LocalizedPlSelect |
String |
Localized string: |
See Also
Other Resources
SCRM 2006 Report Customization
Sample SCRM Stored Procedures
SCRM 2006 Stored Procedures
SCRM 2006 SQL Views