IScriptingEventsOnCurrentPersonCreated Method |
Namespace: SuperOffice.COM.ScriptEvents
Description
This text may be copied to the notepad, and saved as a *.vbs file.
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