ServicePRO SDK Help

ObjectDesignerManager..::..GetRelatedTable Method

Gets the related table.

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

Syntax


public void GetRelatedTable(
	string userSessionKey,
	int previousValue,
	int fieldValue,
	UserDefinedField uifield,
	Action<string, string, string, string, Exception> callbackAction
)
Public Sub GetRelatedTable ( _
	userSessionKey As String, _
	previousValue As Integer, _
	fieldValue As Integer, _
	uifield As UserDefinedField, _
	callbackAction As Action(Of String, String, String, String, Exception) _
)

Parameters

userSessionKey
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.
previousValue
Type: Int32
The previous value.
fieldValue
Type: Int32
The field value.
uifield
Type: UserDefinedField
The user defined field.
callbackAction
Type: Action<(Of <(<'String, String, String, String, Exception>)>)>
The callback action.