SCRS_GetLocalizedComputerType Stored Procedure

In SCRM 2006, SCRS_GetLocalizedComputerType provides a localized value for a computer type.

SCRS_GetLocalizedComputerType @LocaleID
,[ @ComputerType = ]  'ComputerType'

Arguments

@LocaleID

Type: int

Locale identifier for the installed product.

@ComputerType

Type: nvarchar

The type of the computer.

Return Code

Type: int

Value: Always 0.

Result Sets

Column name Data Type Description

LocalizedComputerType

String

localized string: <ALL>.

See Also

Other Resources

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