ServicePRO SDK Help

ObjectDesignerManager..::..CheckIfFieldUsed Method

Check whether the field is used.

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

Syntax


public void CheckIfFieldUsed(
	string userSessionKey,
	int TableId,
	int TabId,
	ref ObservableCollection<stcListItem> aFieldIds,
	Action<string, bool, ObservableCollection<stcListItem>, Exception> callbackAction
)
Public Sub CheckIfFieldUsed ( _
	userSessionKey As String, _
	TableId As Integer, _
	TabId As Integer, _
	ByRef aFieldIds As ObservableCollection(Of stcListItem), _
	callbackAction As Action(Of String, Boolean, ObservableCollection(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.
TableId
Type: Int32
The table identifier.
TabId
Type: Int32
The tab identifier.
aFieldIds
Type: ObservableCollection<(Of <(<'stcListItem>)>)>%
Collection of field identifier.
callbackAction
Type: Action<(Of <(<'String, Boolean, ObservableCollection<(Of <(<'stcListItem>)>)>, Exception>)>)>
The callback action.