ServicePRO SDK Help

RequestServicesManager..::..SaveReminder Method

Saves the reminder data to database.

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

Syntax


public void SaveReminder(
	string userSessionKey,
	stcFollowUp[] reminderList,
	int requestId,
	string supportRepList,
	Action<stcMemo, Exception> callbackAction
)
Public Sub SaveReminder ( _
	userSessionKey As String, _
	reminderList As stcFollowUp(), _
	requestId As Integer, _
	supportRepList As String, _
	callbackAction As Action(Of stcMemo, 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.
reminderList
Type: array<HelpSTAR.PCL.Common..::..stcFollowUp>[]()[][]
The collection of reminder data.
requestId
Type: Int32
The request identifier.
supportRepList
Type: String
The support Rep list.(Comma-separated string)
callbackAction
Type: Action<(Of <(<'stcMemo, Exception>)>)>
The callback action.