ServicePRO SDK Help

ManageObjectsServicesManager..::..GetRelatedValue Method

Gets the related value.

Namespace:  ServicePRO.Sdk.Windows.Managers
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


public void GetRelatedValue(
	string sessionKey,
	stcMetaDataRelation aRelation,
	int fieldValue,
	Action<string, Exception> callbackAction
)
Public Sub GetRelatedValue ( _
	sessionKey As String, _
	aRelation As stcMetaDataRelation, _
	fieldValue As Integer, _
	callbackAction As Action(Of String, Exception) _
)

Parameters

sessionKey
Type: String
User’s Session Key.
Key property of the User Session Object of type stcSession.
The User Session has to be established by making a call to InitializeSystemAndSession() method in CoreServicesManager class as a first step with using ServicePRO SDK.
aRelation
Type: HelpSTAR.PCL.Common..::..stcMetaDataRelation
Relationship.
fieldValue
Type: Int32
Associated table identifier.
callbackAction
Type: Action<(Of <(<'String, Exception>)>)>
The callback action.