ServicePRO SDK Help

ObjectDesignerManager..::..GetAllDBLookUpDefaultItems Method

Gets collection values for DB Look up fields in case Custom Editor

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

Syntax


public void GetAllDBLookUpDefaultItems(
	string userSessionKey,
	List<stcListItem> DBLookUpItemsToFetch,
	Action<List<stcListItem>, Exception> callbackAction
)
Public Sub GetAllDBLookUpDefaultItems ( _
	userSessionKey As String, _
	DBLookUpItemsToFetch As List(Of stcListItem), _
	callbackAction As Action(Of List(Of stcListItem), 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.
DBLookUpItemsToFetch
Type: List<(Of <(<'stcListItem>)>)>
The collection of items to look up.
callbackAction
Type: Action<(Of <(<'List<(Of <(<'stcListItem>)>)>, Exception>)>)>
The callback action.