Click or drag to resize

IScriptingEventsOnCurrentPersonCreated Method

Called when a new object is saved for the first time.

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

Description

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

VB
Sub OnCurrentPersonCreated
    if currentcontact.identity = database.ownercontactid
        SOMessageBox "This is the owner contact, if this is a new associate please contact an administrator to make sure they get a username and password"
    end if
End Sub

See Also