ServicePRO SDK Help

ManageObjectsServicesManager..::..GetComboRecords Method

Gets the collection of identifier-Name records by associated field.

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

Syntax


public void GetComboRecords(
	string sessionKey,
	string FieldName,
	string AssociatedFieldName,
	string TableName,
	Action<List<stcListItem>, Exception> callbackAction
)
Public Sub GetComboRecords ( _
	sessionKey As String, _
	FieldName As String, _
	AssociatedFieldName As String, _
	TableName As String, _
	callbackAction As Action(Of List(Of stcListItem), 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.
FieldName
Type: String
Name of the field.
AssociatedFieldName
Type: String
Name of the associated field.
TableName
Type: String
Name of the table.
callbackAction
Type: Action<(Of <(<'List<(Of <(<'stcListItem>)>)>, Exception>)>)>
The callback action.