SCRS_GetApplicationNameVersion1 Stored Procedure
In SCRM 2006, SCRS_GetApplicationNameVersion1 gets the list of versions of an application by using its Add Remove Program display name and excluding a specific member.
SCRS_GetApplicationNameVersion1 @LocaleID ,@ApplicationName ,[ @ApplicationName1 = ] '<ALL>' ,[ @Version1 = ] '<ALL>'
@LocaleID
Type: int
Locale identifier for the installed product.
@ApplicationName
Type: nvarchar
Value for conditioning query against SCRM 2006 SCRS_AddRemoveProgram_DIMENSION_View.ARPDisplayName.
@ApplicationName1
Type: nvarchar
Additional value for conditioning query against SCRM 2006 SCRS_AddRemoveProgram_DIMENSION_View.ARPDisplayName.
@Version1
Type: nvarchar
Value for conditioning query against SCRM 2006 SCRS_AddRemoveProgram_DIMENSION_View.ARPVersion.
| Column name | Data Type | Description |
|---|---|---|
| ARPVersion | String | Output value from SCRM 2006 SCRS_AddRemoveProgram_DIMENSION_View.ARPVersion. |
| ARPVersionLabel | String | Output value from SCRM 2006 SCRS_AddRemoveProgram_DIMENSION_View.ARPVersion. |