Click or drag to resize

IScriptingEventsOnCurrentPersonSaved Method

Called when an existing object is saved after having been changed.

Namespace:  SuperOffice.COM.ScriptEvents
Assembly:  Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntax
void OnCurrentPersonSaved()
Examples

Description

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

VB
Sub OnCurrentPersonSaved
    if currentcontact.identity = database.ownercontactid then
        SOMessageBox "This person was saved on the owner contact, did you change an associate?"
    end if

End Sub

See Also