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
Syntaxvoid OnBeforeLocalUpdate(
int associateid
)
Sub OnBeforeLocalUpdate (
associateid As Integer
)
Dim instance As IScriptingEvents
Dim associateid As Integer
instance.OnBeforeLocalUpdate(associateid)
void OnBeforeLocalUpdate(
[InAttribute] int associateid
)
Parameters
- associateid
- Type: SystemInt32
ExamplesDescription
This text may be copied to the notepad, and saved as a *.vbs file.
Sub OnBeforeLocalUpdate
SOMessageBox "Did you update your diary if you're travelling for a while?"
End Sub
See Also