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