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: <ALL>.

LocalizedNONE

String

Localized string: <NONE>.

LocalizedBOTH

String

Localized string: <BOTH>.

LocalizedPhysical

String

Localized string: Physical.

LocalizedVirtual

String

Localized string: Virtual.

LocalizedUnavailable

String

Localized string: -.

LocalizedYes

String

Localized string: Yes.

LocalizedNo

String

Localized string: No.

LocalizedPlSelect

String

Localized string: <Please Select>.

See Also

Other Resources

SCRM 2006 Report Customization
Sample SCRM Stored Procedures
SCRM 2006 Stored Procedures
SCRM 2006 SQL Views