IScriptingEventsOnCurrentSaleIdentityChanged Method |
Called when a new object is selected by the user. Changes may happen indirectly.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnCurrentSaleIdentityChanged()
Sub OnCurrentSaleIdentityChanged
Dim instance As IScriptingEvents
instance.OnCurrentSaleIdentityChanged()
void OnCurrentSaleIdentityChanged()
ExamplesDescription
This text may be copied to the notepad, and saved as a *.vbs file.
sub OnCurrentSaleIdentityChanged
msgbox "User moved to a new sale. Here you could add logic to see if anything was changed"
end sub
See Also