SOScriptingEvents Methods |
The SOScriptingEvents type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | OnAfterCentralUpdate | Called after central update processing is complete, but before the application starts (Inherited from IScriptingEvents.) |
![]() ![]() | OnAfterGeneratePrototype | Called after the prototype has been generated (Inherited from IScriptingEvents.) |
![]() ![]() | OnAfterReadReplicationFile | Called after a replication file has been read (for each file if multiple files are read in one operation); exactly the given file has been written (Inherited from IScriptingEvents.) |
![]() ![]() | OnAfterWriteReplicationFile | Called after a replication file has been written (not if there were no data waiting) (Inherited from IScriptingEvents.) |
![]() ![]() | OnAppointmentBeforeDelete | Identity is the id of the current object.
If you need to update information in external applications based on this entity, this is the time to collect the information you (like identity, name, numbers, any user defined field and so on). (Inherited from IScriptingEvents.) |
![]() ![]() | OnAppointmentDeleted | Identity is the id of the current object.
It's to late to get any information other than the old appointment_id at this time. (Inherited from IScriptingEvents.) |
![]() ![]() | OnAppointmentFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
(Inherited from IScriptingEvents.)New in Seven. There are new methods to support notification when an entities fields have changed. Today there exists the OnCurrentXxxFieldChanged event, which is raised when on field on an entity has been altered. This has been seen as a chatty method. The new OnXxxFieldsChanged (plural) methods support a single atomic notification when an entity has changed, and gives more context to the actual change. The old methods still exist and can, but are not required to, be disabled through preferences in the SoAdmin client. In addition to decreasing chatter, the new methods enable greater access to notification in areas there were previously inaccessible, i.e. when an appointment was accepted or rejected. |
![]() | OnArchiveRowSelected | Called when event occurs. (Inherited from IScriptingEvents.) |
![]() ![]() | OnBeforeGeneratePrototype | Called before a prototype is generated (Inherited from IScriptingEvents.) |
![]() ![]() | OnBeforeLocalUpdate | Called after the user has confirmed his/her intention to go on Travel, but before anything else is done (Inherited from IScriptingEvents.) |
![]() ![]() | OnBeforeLocalUpdateShutdown | Called after local update processing is complete, right before shutdown. Not called if the local update failed. (Inherited from IScriptingEvents.) |
![]() ![]() | OnBeforeReadReplicationFile | Called before an attempt is made to find/read replication files for the given traveller (called only once, even if multiple files are available); the given path will be scanned for .DWN or .UP files (Inherited from IScriptingEvents.) |
![]() ![]() | OnBeforeWriteReplicationFile | Called before a replication file is written, even if it later turns out there are no data to be written; the given path is the destination for the file(s) (Inherited from IScriptingEvents.) |
![]() | OnChatSessionFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. (Inherited from IScriptingEvents.) |
![]() ![]() | OnContactAfterCopy | Called when a copy operation is performed to create a duplicate.
New in Seven. (Inherited from IScriptingEvents.) |
![]() ![]() | OnContactAfterMerge | Called when a merge operation is performed to combine two objects.
New in Seven. (Inherited from IScriptingEvents.) |
![]() ![]() | OnContactBeforeCopy | Called when a copy operation is performed to create a duplicate.
New in Seven. (Inherited from IScriptingEvents.) |
![]() ![]() | OnContactBeforeDelete | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() ![]() | OnContactBeforeMerge | Called when a merge operation is performed to combine two objects.
New in Seven. (Inherited from IScriptingEvents.) |
![]() ![]() | OnContactDeleted | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() ![]() | OnContactFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
(Inherited from IScriptingEvents.)New in Seven. There are new methods to support notification when an entities fields have changed. Today there exists the OnCurrentXxxFieldChanged event, which is raised when on field on an entity has been altered. This has been seen as a chatty method. The new OnXxxFieldsChanged (plural) methods support a single atomic notification when an entity has changed, and gives more context to the actual change. The old methods still exist and can, but are not required to, be disabled through preferences in the SoAdmin client. In addition to decreasing chatter, the new methods enable greater access to notification in areas there were previously inaccessible, i.e. when an appointment was accepted or rejected. |
![]() ![]() | OnCurrentAppointmentBeforeSave | Called when Save has been triggered, but before anything is saved to the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentAppointmentCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentAppointmentCompletedChanged | Called when the appointment is about to be saved, and the completed checkbox has changed value since the object was loaded. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentAppointmentCreated | Called when a new object is saved for the first time. (Inherited from IScriptingEvents.) |
![]() | OnCurrentAppointmentDefaults | Called when event occurs. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentAppointmentFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentAppointmentIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentAppointmentParticipantListChanged | Called when participants are added or removed from the current appointment. The list of participants is available from the current appointment (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentAppointmentSaved | Called when an existing object is saved after having been changed. (Inherited from IScriptingEvents.) |
![]() | OnCurrentChatSessionFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' (Inherited from IScriptingEvents.) |
![]() | OnCurrentChatSessionIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() | OnCurrentContactAssociateChanged | Is passed the old and new values for the field. Is called before the save is performed. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentContactBeforeSave | Called when Save has been triggered, but before anything is saved to the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentContactBusinessChanged | Called when the contact is about to be saved, and the business field has changed value since the object was loaded. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentContactCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentContactCategoryChanged | Called when the contact is about to be saved, and the category field has changed value since the object was loaded. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentContactCreated | Called when a new object is saved for the first time. (Inherited from IScriptingEvents.) |
![]() | OnCurrentContactDefaults | Called when event occurs. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentContactFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentContactIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentContactSaved | Called when an existing object is saved after having been changed. (Inherited from IScriptingEvents.) |
![]() | OnCurrentDiaryOwnerFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' (Inherited from IScriptingEvents.) |
![]() | OnCurrentDiaryOwnerIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentDocumentBeforeSave | Called when Save has been triggered, but before anything is saved to the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentDocumentCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentDocumentCompletedChanged | Called when the document is about to be saved, and the completed checkbox has changed value since the object was loaded. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentDocumentCreated | Called when a new object is saved for the first time. (Inherited from IScriptingEvents.) |
![]() | OnCurrentDocumentDefaults | Called when event occurs. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentDocumentFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentDocumentIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentDocumentSaved | Called when an existing object is saved after having been changed. (Inherited from IScriptingEvents.) |
![]() | OnCurrentFormFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' (Inherited from IScriptingEvents.) |
![]() | OnCurrentFormIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() | OnCurrentFormSubmissionFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' (Inherited from IScriptingEvents.) |
![]() | OnCurrentFormSubmissionIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentPersonBeforeSave | Called when Save has been triggered, but before anything is saved to the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentPersonCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentPersonCreated | Called when a new object is saved for the first time. (Inherited from IScriptingEvents.) |
![]() | OnCurrentPersonDefaults | Called when event occurs. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentPersonFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentPersonIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentPersonSaved | Called when an existing object is saved after having been changed. (Inherited from IScriptingEvents.) |
![]() | OnCurrentPricelistIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() | OnCurrentProductIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentProjectBeforeSave | Called when Save has been triggered, but before anything is saved to the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentProjectCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentProjectCreated | Called when a new object is saved for the first time. (Inherited from IScriptingEvents.) |
![]() | OnCurrentProjectDefaults | Called when event occurs. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentProjectFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentProjectIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() | OnCurrentProjectMemberDefaults | Called when event occurs. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentProjectMemberIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentProjectSaved | Called when an existing object is saved after having been changed. (Inherited from IScriptingEvents.) |
![]() | OnCurrentQuoteAlternativeIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() | OnCurrentQuoteIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() | OnCurrentQuoteLineIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() | OnCurrentQuoteVersionIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentRelationBeforeSave | Called when Save has been triggered, but before anything is saved to the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentRelationCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentRelationCreated | Called when a new object is saved for the first time. (Inherited from IScriptingEvents.) |
![]() | OnCurrentRelationDefaults | Called when event occurs. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentRelationFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentRelationIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentRelationSaved | Called when an existing object is saved after having been changed. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentSaleBeforeSave | Called when Save has been triggered, but before anything is saved to the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentSaleCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentSaleCompletedChanged | Called when the sale is about to be saved, and the completed checkbox has changed value since the object was loaded. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentSaleCreated | Called when a new object is saved for the first time. (Inherited from IScriptingEvents.) |
![]() | OnCurrentSaleDefaults | Called when event occurs. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentSaleFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentSaleIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentSaleSaved | Called when an existing object is saved after having been changed. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentSaleStageChanged | Called when the sale is about to be saved, and the sale stage field has changed values since the object was loaded
New in Seven. (Inherited from IScriptingEvents.) |
![]() | OnCurrentSaleStakeholderDefaults | Called when event occurs. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentSaleStakeholderIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly.
New in 7.1 (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentSaleStatusChanged | Called when the sale is about to be saved, and the open/sold/lost status has changed value since the object was loaded. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentSaleTypeChanged | Called when the sale is about to be saved, and the saletype field has changed values since the object was loaded
New in Seven. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentSelectionBeforeSave | Called when Save has been triggered, but before anything is saved to the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentSelectionCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentSelectionCreated | Called when a new object is saved for the first time. (Inherited from IScriptingEvents.) |
![]() | OnCurrentSelectionDefaults | Called when event occurs. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentSelectionFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentSelectionIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentSelectionSaved | Called when an existing object is saved after having been changed. (Inherited from IScriptingEvents.) |
![]() | OnCurrentShipmentFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' (Inherited from IScriptingEvents.) |
![]() | OnCurrentShipmentIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() | OnCurrentTicketFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' (Inherited from IScriptingEvents.) |
![]() ![]() | OnCurrentTicketIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. (Inherited from IScriptingEvents.) |
![]() | OnDiaryOwnerFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. (Inherited from IScriptingEvents.) |
![]() ![]() | OnDocumentBeforeDelete | Identity is the id of the current object.
If you need to update information in external applications based on this entity, this is the time to collect the information you (like identity, name, numbers, any user defined field and so on). (Inherited from IScriptingEvents.) |
![]() ![]() | OnDocumentDeleted | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() ![]() | OnDocumentEdit | Document is being opened for editing. Word or Excel or something is about to be launched. (Inherited from IScriptingEvents.) |
![]() ![]() | OnDocumentFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
(Inherited from IScriptingEvents.)New in Seven. There are new methods to support notification when an entities fields have changed. Today there exists the OnCurrentXxxFieldChanged event, which is raised when on field on an entity has been altered. This has been seen as a chatty method. The new OnXxxFieldsChanged (plural) methods support a single atomic notification when an entity has changed, and gives more context to the actual change. The old methods still exist and can, but are not required to, be disabled through preferences in the SoAdmin client. In addition to decreasing chatter, the new methods enable greater access to notification in areas there were previously inaccessible, i.e. when an appointment was accepted or rejected. |
![]() ![]() | OnDocumentOpen | Document is being opened for viewing. Word or Excel or something is about to be launched. (Inherited from IScriptingEvents.) |
![]() ![]() | OnDocumentPrint | Document is being printed. Word or Excel or something is about to be launched to print the document. (Inherited from IScriptingEvents.) |
![]() | OnEditAppointmentClicked | Called when button is clicked. (Inherited from IScriptingEvents.) |
![]() | OnEditAppointmentComplete | Called when edit mode is completed or cancelled. (Inherited from IScriptingEvents.) |
![]() ![]() | OnEditContactClicked | Called when button is clicked. (Inherited from IScriptingEvents.) |
![]() ![]() | OnEditContactComplete | Called when the contact panel reverts to view mode, whether by OK or CANCEL (Inherited from IScriptingEvents.) |
![]() | OnEditDocumentClicked | Called when button is clicked. (Inherited from IScriptingEvents.) |
![]() | OnEditDocumentComplete | Called when edit mode is completed or cancelled. (Inherited from IScriptingEvents.) |
![]() | OnEditPersonClicked | Called when button is clicked. (Inherited from IScriptingEvents.) |
![]() | OnEditPersonComplete | Called when the contact panel reverts to view mode, whether by OK or CANCEL (Inherited from IScriptingEvents.) |
![]() ![]() | OnEditProjectClicked | Called when button is clicked. (Inherited from IScriptingEvents.) |
![]() ![]() | OnEditProjectComplete | Called when the project panel reverts to view mode, whether by OK or CANCEL (Inherited from IScriptingEvents.) |
![]() | OnEditSaleClicked | Called when button is clicked. (Inherited from IScriptingEvents.) |
![]() | OnEditSaleComplete | Called when the project panel reverts to view mode, whether by OK or CANCEL (Inherited from IScriptingEvents.) |
![]() ![]() | OnEditSelectionClicked | Called when button is clicked. (Inherited from IScriptingEvents.) |
![]() ![]() | OnEditSelectionComplete | Called when the selection panel reverts to view mode, whether by OK or CANCEL (Inherited from IScriptingEvents.) |
![]() ![]() | OnExternalUserCreated | Called after the object has been saved. (Inherited from IScriptingEvents.) |
![]() ![]() | OnExternalUserSaved | Called after the object has been saved. (Inherited from IScriptingEvents.) |
![]() | OnFontSizeChanged | (Inherited from IScriptingEvents.) |
![]() | OnFormFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. (Inherited from IScriptingEvents.) |
![]() | OnFormSubmissionBeforeDelete | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnFormSubmissionDeleted | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnFormSubmissionFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. (Inherited from IScriptingEvents.) |
![]() | OnLoggedOn | Called when event occurs. (Inherited from IScriptingEvents.) |
![]() | OnLoggingOff | Logout is about to start. (Inherited from IScriptingEvents.) |
![]() ![]() | OnPersonAfterMerge | Called when a merge operation is performed to combine two objects.
New in Seven. (Inherited from IScriptingEvents.) |
![]() ![]() | OnPersonAfterMove | Called when a move operation is performed to relocate an object.
New in Seven. (Inherited from IScriptingEvents.) |
![]() ![]() | OnPersonBeforeDelete | Identity is the id of the current object.
If you need to update information in external applications based on this entity, this is the time to collect the information you (like identity, name, numbers, any user defined field and so on). (Inherited from IScriptingEvents.) |
![]() ![]() | OnPersonBeforeMerge | Called when a merge operation is performed to combine two objects.
New in Seven. (Inherited from IScriptingEvents.) |
![]() ![]() | OnPersonBeforeMove | Called when a move operation is performed to relocate an object.
New in Seven. (Inherited from IScriptingEvents.) |
![]() ![]() | OnPersonDeleted | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() ![]() | OnPersonFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
(Inherited from IScriptingEvents.)New in Seven. There are new methods to support notification when an entities fields have changed. Today there exists the OnCurrentXxxFieldChanged event, which is raised when on field on an entity has been altered. This has been seen as a chatty method. The new OnXxxFieldsChanged (plural) methods support a single atomic notification when an entity has changed, and gives more context to the actual change. The old methods still exist and can, but are not required to, be disabled through preferences in the SoAdmin client. In addition to decreasing chatter, the new methods enable greater access to notification in areas there were previously inaccessible, i.e. when an appointment was accepted or rejected. |
![]() | OnPhoneDialed | Called when a phone number *has been* dialed. (Inherited from IScriptingEvents.) |
![]() | OnPhysicalDocumentOpened | Document is being opened for viewing. Word or Excel or something is about to be launched. (Inherited from IScriptingEvents.) |
![]() | OnPricelistBeforeDelete | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnPricelistBeforeSave | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnPricelistCanceled | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnPricelistCreated | Called after the object has been saved. (Inherited from IScriptingEvents.) |
![]() | OnPricelistDeleted | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnPricelistFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. (Inherited from IScriptingEvents.) |
![]() | OnPricelistSaved | Called after the object has been saved. (Inherited from IScriptingEvents.) |
![]() | OnProductBeforeDelete | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnProductBeforeSave | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnProductCanceled | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnProductCreated | Called after the object has been saved. (Inherited from IScriptingEvents.) |
![]() | OnProductDeleted | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnProductFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. (Inherited from IScriptingEvents.) |
![]() | OnProductSaved | Called after the object has been saved. (Inherited from IScriptingEvents.) |
![]() ![]() | OnProjectAfterMerge | Called when a merge operation is performed to combine two objects.
New in Seven. (Inherited from IScriptingEvents.) |
![]() ![]() | OnProjectBeforeDelete | Identity is the id of the current object.
If you need to update information in external applications based on this entity, this is the time to collect the information you (like identity, name, numbers, any user defined field and so on). (Inherited from IScriptingEvents.) |
![]() ![]() | OnProjectBeforeMerge | Called when a merge operation is performed to combine two objects.
New in Seven. (Inherited from IScriptingEvents.) |
![]() ![]() | OnProjectDeleted | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() ![]() | OnProjectFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
(Inherited from IScriptingEvents.)New in Seven. There are new methods to support notification when an entities fields have changed. Today there exists the OnCurrentXxxFieldChanged event, which is raised when on field on an entity has been altered. This has been seen as a chatty method. The new OnXxxFieldsChanged (plural) methods support a single atomic notification when an entity has changed, and gives more context to the actual change. The old methods still exist and can, but are not required to, be disabled through preferences in the SoAdmin client. In addition to decreasing chatter, the new methods enable greater access to notification in areas there were previously inaccessible, i.e. when an appointment was accepted or rejected. |
![]() ![]() | OnProjectMailmergeTaskClicked | Called when button is clicked. (Inherited from IScriptingEvents.) |
![]() ![]() | OnProjectMemberBeforeDelete | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() ![]() | OnProjectMemberBeforeSave | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() ![]() | OnProjectMemberCanceled | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() ![]() | OnProjectMemberCreated | Called after the object has been saved. (Inherited from IScriptingEvents.) |
![]() ![]() | OnProjectMemberFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' (Inherited from IScriptingEvents.) |
![]() ![]() | OnProjectMemberFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
New in Seven. (Inherited from IScriptingEvents.) |
![]() ![]() | OnProjectMemberRemoved | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() ![]() | OnProjectMemberSaved | Called after the object has been saved. (Inherited from IScriptingEvents.) |
![]() | OnQuoteAlternativeBeforeDelete | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnQuoteAlternativeBeforeSave | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnQuoteAlternativeCanceled | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnQuoteAlternativeCreated | Called after the object has been saved. (Inherited from IScriptingEvents.) |
![]() | OnQuoteAlternativeDeleted | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnQuoteAlternativeFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. (Inherited from IScriptingEvents.) |
![]() | OnQuoteAlternativeSaved | Called after the object has been saved. (Inherited from IScriptingEvents.) |
![]() | OnQuoteBeforeDelete | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnQuoteBeforeSave | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnQuoteCanceled | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnQuoteCreated | Called after the object has been saved. (Inherited from IScriptingEvents.) |
![]() | OnQuoteDeleted | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnQuoteFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. (Inherited from IScriptingEvents.) |
![]() | OnQuoteLineBeforeDelete | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnQuoteLineBeforeSave | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnQuoteLineCanceled | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnQuoteLineCreated | Called after the object has been saved. (Inherited from IScriptingEvents.) |
![]() | OnQuoteLineDeleted | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnQuoteLineFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. (Inherited from IScriptingEvents.) |
![]() | OnQuoteLineSaved | Called after the object has been saved. (Inherited from IScriptingEvents.) |
![]() | OnQuoteSaved | Called after the object has been saved. (Inherited from IScriptingEvents.) |
![]() | OnQuoteVersionBeforeDelete | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnQuoteVersionBeforeSave | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnQuoteVersionCanceled | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnQuoteVersionCreated | Called after the object has been saved. (Inherited from IScriptingEvents.) |
![]() | OnQuoteVersionDeleted | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() | OnQuoteVersionFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. (Inherited from IScriptingEvents.) |
![]() | OnQuoteVersionSaved | Called after the object has been saved. (Inherited from IScriptingEvents.) |
![]() ![]() | OnRelationBeforeDelete | Identity is the id of the current object.
If you need to update information in external applications based on this entity, this is the time to collect the information you (like identity, name, numbers, any user defined field and so on). (Inherited from IScriptingEvents.) |
![]() ![]() | OnRelationDeleted | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() ![]() | OnRelationFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
(Inherited from IScriptingEvents.)New in Seven. There are new methods to support notification when an entities fields have changed. Today there exists the OnCurrentXxxFieldChanged event, which is raised when on field on an entity has been altered. This has been seen as a chatty method. The new OnXxxFieldsChanged (plural) methods support a single atomic notification when an entity has changed, and gives more context to the actual change. The old methods still exist and can, but are not required to, be disabled through preferences in the SoAdmin client. In addition to decreasing chatter, the new methods enable greater access to notification in areas there were previously inaccessible, i.e. when an appointment was accepted or rejected. |
![]() ![]() | OnSaleBeforeDelete | Identity is the id of the current object.
If you need to update information in external applications based on this entity, this is the time to collect the information you (like identity, name, numbers, any user defined field and so on). (Inherited from IScriptingEvents.) |
![]() ![]() | OnSaleDeleted | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSaleFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
New in Seven. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSaleStakeholderBeforeDelete | Called when event occurs. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSaleStakeholderBeforeSave | Called when Save has been triggered, but before anything is saved to the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSaleStakeholderCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSaleStakeholderCreated | Called after the object has been saved.
<!--EndFragment--> (Inherited from IScriptingEvents.) |
![]() ![]() | OnSaleStakeholderDeleted | Called when event occurs. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSaleStakeholderFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSaleStakeholderSaved | Called after the object has been saved. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSelectionAddClicked | Called when button is clicked. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSelectionAddOneMember | Called when event occurs. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSelectionBeforeDelete | Identity is the id of the current object.
If you need to update information in external applications based on this entity, this is the time to collect the information you (like identity, name, numbers, any user defined field and so on). (Inherited from IScriptingEvents.) |
![]() ![]() | OnSelectionDeleted | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSelectionEmailTaskClicked | Called when button is clicked. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSelectionFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
(Inherited from IScriptingEvents.)New in Seven. There are new methods to support notification when an entities fields have changed. Today there exists the OnCurrentXxxFieldChanged event, which is raised when on field on an entity has been altered. This has been seen as a chatty method. The new OnXxxFieldsChanged (plural) methods support a single atomic notification when an entity has changed, and gives more context to the actual change. The old methods still exist and can, but are not required to, be disabled through preferences in the SoAdmin client. In addition to decreasing chatter, the new methods enable greater access to notification in areas there were previously inaccessible, i.e. when an appointment was accepted or rejected. |
![]() ![]() | OnSelectionInterestTaskClicked | Called when button is clicked. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSelectionMailMergeDocument | Called for each document created during a mail-merge. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSelectionMailMergeEnd | Called when a merge operation is performed to combine two objects. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSelectionMailMergeStart | Identity is the id of the current object. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSelectionMailmergeTaskClicked | Called when button is clicked. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSelectionRemoveClicked | Called when button is clicked. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSelectionRemoveOneMember | Called when event occurs. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSelectionTodoTaskClicked | Called when button is clicked. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSelectionUserTaskClicked | Called when button is clicked. (Inherited from IScriptingEvents.) |
![]() | OnShipmentFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. (Inherited from IScriptingEvents.) |
![]() ![]() | OnShutdown | Logout is about to start.
Called when SuperOffice is closing but before log-off. Specifies what should happen immediately prior to SuperOffice shuts down. (Inherited from IScriptingEvents.) |
![]() | OnSkinChanged | (Inherited from IScriptingEvents.) |
![]() ![]() | OnStartup | Fired once login is complete and the SuperOffice GUI is visible. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSuggestedAppointmentCompleted | Identity is the id of the current object.
New in Seven. Suggested document in a guided sale. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSuggestedAppointmentCreateClicked | Called when button is clicked.
New in Seven. Suggested appointment in a guided sale. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSuggestedDocumentCompleted | Identity is the id of the current object.
New in Seven. Suggested document in a guided sale. (Inherited from IScriptingEvents.) |
![]() ![]() | OnSuggestedDocumentCreateClicked | Called when button is clicked.
New in Seven. Suggested document in a guided sale. (Inherited from IScriptingEvents.) |
![]() | OnTicketFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. (Inherited from IScriptingEvents.) |
![]() | OnUsageStatAdded | Called when event occurs. (Inherited from IScriptingEvents.) |
![]() | OnViewHidden | (Inherited from IScriptingEvents.) |
![]() | OnViewPreHide | (Inherited from IScriptingEvents.) |
![]() | OnViewPreShow | (Inherited from IScriptingEvents.) |
![]() | OnViewShown | (Inherited from IScriptingEvents.) |