Click or drag to resize

IScriptingEventsOnBeforeLocalUpdate Method

Called after the user has confirmed his/her intention to go on Travel, but before anything else is done

Namespace:  SuperOffice.COM.ScriptEvents
Assembly:  Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntax
void OnBeforeLocalUpdate(
	int associateid
)

Parameters

associateid
Type: SystemInt32
Examples

Description

This text may be copied to the notepad, and saved as a *.vbs file.

VB
Sub OnBeforeLocalUpdate
    SOMessageBox "Did you update your diary if you're travelling for a while?"
End Sub

See Also