IScriptingEvents Methods |
The IScriptingEvents type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | OnAfterCentralUpdate | Called after central update processing is complete, but before the application starts |
![]() ![]() | OnAfterGeneratePrototype | Called after the prototype has been generated |
![]() ![]() | 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 |
![]() ![]() | OnAfterWriteReplicationFile | Called after a replication file has been written (not if there were no data waiting) |
![]() ![]() | 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). |
![]() ![]() | 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. |
![]() ![]() | OnAppointmentFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
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. |
![]() ![]() | OnBeforeGeneratePrototype | Called before a prototype is generated |
![]() ![]() | OnBeforeLocalUpdate | Called after the user has confirmed his/her intention to go on Travel, but before anything else is done |
![]() ![]() | OnBeforeLocalUpdateShutdown | Called after local update processing is complete, right before shutdown. Not called if the local update failed. |
![]() ![]() | 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 |
![]() ![]() | 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) |
![]() | OnChatSessionFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. |
![]() ![]() | OnContactAfterCopy | Called when a copy operation is performed to create a duplicate.
New in Seven. |
![]() ![]() | OnContactAfterMerge | Called when a merge operation is performed to combine two objects.
New in Seven. |
![]() ![]() | OnContactBeforeCopy | Called when a copy operation is performed to create a duplicate.
New in Seven. |
![]() ![]() | OnContactBeforeDelete | Identity is the id of the current object. |
![]() ![]() | OnContactBeforeMerge | Called when a merge operation is performed to combine two objects.
New in Seven. |
![]() ![]() | OnContactDeleted | Identity is the id of the current object. |
![]() ![]() | OnContactFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
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. |
![]() ![]() | OnCurrentAppointmentCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. |
![]() ![]() | OnCurrentAppointmentCompletedChanged | Called when the appointment is about to be saved, and the completed checkbox has changed value since the object was loaded. |
![]() ![]() | OnCurrentAppointmentCreated | Called when a new object is saved for the first time. |
![]() | OnCurrentAppointmentDefaults | Called when event occurs. |
![]() ![]() | OnCurrentAppointmentFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' |
![]() ![]() | OnCurrentAppointmentIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() ![]() | OnCurrentAppointmentParticipantListChanged | Called when participants are added or removed from the current appointment. The list of participants is available from the current appointment |
![]() ![]() | OnCurrentAppointmentSaved | Called when an existing object is saved after having been changed. |
![]() | OnCurrentChatSessionFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' |
![]() | OnCurrentChatSessionIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() | OnCurrentContactAssociateChanged | Is passed the old and new values for the field. Is called before the save is performed. |
![]() ![]() | OnCurrentContactBeforeSave | Called when Save has been triggered, but before anything is saved to the database. |
![]() ![]() | OnCurrentContactBusinessChanged | Called when the contact is about to be saved, and the business field has changed value since the object was loaded. |
![]() ![]() | OnCurrentContactCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. |
![]() ![]() | OnCurrentContactCategoryChanged | Called when the contact is about to be saved, and the category field has changed value since the object was loaded. |
![]() ![]() | OnCurrentContactCreated | Called when a new object is saved for the first time. |
![]() | OnCurrentContactDefaults | Called when event occurs. |
![]() ![]() | OnCurrentContactFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' |
![]() ![]() | OnCurrentContactIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() ![]() | OnCurrentContactSaved | Called when an existing object is saved after having been changed. |
![]() | OnCurrentDiaryOwnerFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' |
![]() | OnCurrentDiaryOwnerIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() ![]() | OnCurrentDocumentBeforeSave | Called when Save has been triggered, but before anything is saved to the database. |
![]() ![]() | OnCurrentDocumentCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. |
![]() ![]() | OnCurrentDocumentCompletedChanged | Called when the document is about to be saved, and the completed checkbox has changed value since the object was loaded. |
![]() ![]() | OnCurrentDocumentCreated | Called when a new object is saved for the first time. |
![]() | OnCurrentDocumentDefaults | Called when event occurs. |
![]() ![]() | OnCurrentDocumentFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' |
![]() ![]() | OnCurrentDocumentIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() ![]() | OnCurrentDocumentSaved | Called when an existing object is saved after having been changed. |
![]() | OnCurrentFormFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' |
![]() | OnCurrentFormIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() | OnCurrentFormSubmissionFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' |
![]() | OnCurrentFormSubmissionIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() ![]() | OnCurrentPersonBeforeSave | Called when Save has been triggered, but before anything is saved to the database. |
![]() ![]() | OnCurrentPersonCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. |
![]() ![]() | OnCurrentPersonCreated | Called when a new object is saved for the first time. |
![]() | OnCurrentPersonDefaults | Called when event occurs. |
![]() ![]() | OnCurrentPersonFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' |
![]() ![]() | OnCurrentPersonIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() ![]() | OnCurrentPersonSaved | Called when an existing object is saved after having been changed. |
![]() | OnCurrentPricelistIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() | OnCurrentProductIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() ![]() | OnCurrentProjectBeforeSave | Called when Save has been triggered, but before anything is saved to the database. |
![]() ![]() | OnCurrentProjectCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. |
![]() ![]() | OnCurrentProjectCreated | Called when a new object is saved for the first time. |
![]() | OnCurrentProjectDefaults | Called when event occurs. |
![]() ![]() | OnCurrentProjectFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' |
![]() ![]() | OnCurrentProjectIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() | OnCurrentProjectMemberDefaults | Called when event occurs. |
![]() ![]() | OnCurrentProjectMemberIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() ![]() | OnCurrentProjectSaved | Called when an existing object is saved after having been changed. |
![]() | OnCurrentQuoteAlternativeIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() | OnCurrentQuoteIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() | OnCurrentQuoteLineIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() | OnCurrentQuoteVersionIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() ![]() | OnCurrentRelationBeforeSave | Called when Save has been triggered, but before anything is saved to the database. |
![]() ![]() | OnCurrentRelationCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. |
![]() ![]() | OnCurrentRelationCreated | Called when a new object is saved for the first time. |
![]() | OnCurrentRelationDefaults | Called when event occurs. |
![]() ![]() | OnCurrentRelationFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' |
![]() ![]() | OnCurrentRelationIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() ![]() | OnCurrentRelationSaved | Called when an existing object is saved after having been changed. |
![]() ![]() | OnCurrentSaleBeforeSave | Called when Save has been triggered, but before anything is saved to the database. |
![]() ![]() | OnCurrentSaleCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. |
![]() ![]() | OnCurrentSaleCompletedChanged | Called when the sale is about to be saved, and the completed checkbox has changed value since the object was loaded. |
![]() ![]() | OnCurrentSaleCreated | Called when a new object is saved for the first time. |
![]() | OnCurrentSaleDefaults | Called when event occurs. |
![]() ![]() | OnCurrentSaleFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' |
![]() ![]() | OnCurrentSaleIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() ![]() | OnCurrentSaleSaved | Called when an existing object is saved after having been changed. |
![]() ![]() | 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. |
![]() | OnCurrentSaleStakeholderDefaults | Called when event occurs. |
![]() ![]() | OnCurrentSaleStakeholderIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly.
New in 7.1 |
![]() ![]() | OnCurrentSaleStatusChanged | Called when the sale is about to be saved, and the open/sold/lost status has changed value since the object was loaded. |
![]() ![]() | 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. |
![]() ![]() | OnCurrentSelectionBeforeSave | Called when Save has been triggered, but before anything is saved to the database. |
![]() ![]() | OnCurrentSelectionCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. |
![]() ![]() | OnCurrentSelectionCreated | Called when a new object is saved for the first time. |
![]() | OnCurrentSelectionDefaults | Called when event occurs. |
![]() ![]() | OnCurrentSelectionFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' |
![]() ![]() | OnCurrentSelectionIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() ![]() | OnCurrentSelectionSaved | Called when an existing object is saved after having been changed. |
![]() | OnCurrentShipmentFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' |
![]() | OnCurrentShipmentIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() | OnCurrentTicketFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' |
![]() ![]() | OnCurrentTicketIdentityChanged | Called when a new object is selected by the user. Changes may happen indirectly. |
![]() | OnDiaryOwnerFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. |
![]() ![]() | 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). |
![]() ![]() | OnDocumentDeleted | Identity is the id of the current object. |
![]() ![]() | OnDocumentEdit | Document is being opened for editing. Word or Excel or something is about to be launched. |
![]() ![]() | OnDocumentFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
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. |
![]() ![]() | OnDocumentPrint | Document is being printed. Word or Excel or something is about to be launched to print the document. |
![]() | OnEditAppointmentClicked | Called when button is clicked. |
![]() | OnEditAppointmentComplete | Called when edit mode is completed or cancelled. |
![]() ![]() | OnEditContactClicked | Called when button is clicked. |
![]() ![]() | OnEditContactComplete | Called when the contact panel reverts to view mode, whether by OK or CANCEL |
![]() | OnEditDocumentClicked | Called when button is clicked. |
![]() | OnEditDocumentComplete | Called when edit mode is completed or cancelled. |
![]() | OnEditPersonClicked | Called when button is clicked. |
![]() | OnEditPersonComplete | Called when the contact panel reverts to view mode, whether by OK or CANCEL |
![]() ![]() | OnEditProjectClicked | Called when button is clicked. |
![]() ![]() | OnEditProjectComplete | Called when the project panel reverts to view mode, whether by OK or CANCEL |
![]() | OnEditSaleClicked | Called when button is clicked. |
![]() | OnEditSaleComplete | Called when the project panel reverts to view mode, whether by OK or CANCEL |
![]() ![]() | OnEditSelectionClicked | Called when button is clicked. |
![]() ![]() | OnEditSelectionComplete | Called when the selection panel reverts to view mode, whether by OK or CANCEL |
![]() ![]() | OnExternalUserCreated | Called after the object has been saved. |
![]() ![]() | OnExternalUserSaved | Called after the object has been saved. |
![]() | OnFontSizeChanged | |
![]() | OnFormFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. |
![]() | OnFormSubmissionBeforeDelete | Identity is the id of the current object. |
![]() | OnFormSubmissionDeleted | Identity is the id of the current object. |
![]() | OnFormSubmissionFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. |
![]() | OnLoggedOn | Called when event occurs. |
![]() | OnLoggingOff | Logout is about to start. |
![]() ![]() | OnPersonAfterMerge | Called when a merge operation is performed to combine two objects.
New in Seven. |
![]() ![]() | OnPersonAfterMove | Called when a move operation is performed to relocate an object.
New in Seven. |
![]() ![]() | 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). |
![]() ![]() | OnPersonBeforeMerge | Called when a merge operation is performed to combine two objects.
New in Seven. |
![]() ![]() | OnPersonBeforeMove | Called when a move operation is performed to relocate an object.
New in Seven. |
![]() ![]() | OnPersonDeleted | Identity is the id of the current object. |
![]() ![]() | OnPersonFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
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. |
![]() | OnPhysicalDocumentOpened | Document is being opened for viewing. Word or Excel or something is about to be launched. |
![]() | OnPricelistBeforeDelete | Identity is the id of the current object. |
![]() | OnPricelistBeforeSave | Identity is the id of the current object. |
![]() | OnPricelistCanceled | Identity is the id of the current object. |
![]() | OnPricelistCreated | Called after the object has been saved. |
![]() | OnPricelistDeleted | Identity is the id of the current object. |
![]() | OnPricelistFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. |
![]() | OnPricelistSaved | Called after the object has been saved. |
![]() | OnProductBeforeDelete | Identity is the id of the current object. |
![]() | OnProductBeforeSave | Identity is the id of the current object. |
![]() | OnProductCanceled | Identity is the id of the current object. |
![]() | OnProductCreated | Called after the object has been saved. |
![]() | OnProductDeleted | Identity is the id of the current object. |
![]() | OnProductFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. |
![]() | OnProductSaved | Called after the object has been saved. |
![]() ![]() | OnProjectAfterMerge | Called when a merge operation is performed to combine two objects.
New in Seven. |
![]() ![]() | 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). |
![]() ![]() | OnProjectBeforeMerge | Called when a merge operation is performed to combine two objects.
New in Seven. |
![]() ![]() | OnProjectDeleted | Identity is the id of the current object. |
![]() ![]() | OnProjectFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
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. |
![]() ![]() | OnProjectMemberBeforeDelete | Identity is the id of the current object. |
![]() ![]() | OnProjectMemberBeforeSave | Identity is the id of the current object. |
![]() ![]() | OnProjectMemberCanceled | Identity is the id of the current object. |
![]() ![]() | OnProjectMemberCreated | Called after the object has been saved. |
![]() ![]() | OnProjectMemberFieldChanged | FieldName is name of the field being changed. e.g.: 'contact.name' or 'address.city' |
![]() ![]() | OnProjectMemberFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
New in Seven. |
![]() ![]() | OnProjectMemberRemoved | Identity is the id of the current object. |
![]() ![]() | OnProjectMemberSaved | Called after the object has been saved. |
![]() | OnQuoteAlternativeBeforeDelete | Identity is the id of the current object. |
![]() | OnQuoteAlternativeBeforeSave | Identity is the id of the current object. |
![]() | OnQuoteAlternativeCanceled | Identity is the id of the current object. |
![]() | OnQuoteAlternativeCreated | Called after the object has been saved. |
![]() | OnQuoteAlternativeDeleted | Identity is the id of the current object. |
![]() | OnQuoteAlternativeFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. |
![]() | OnQuoteAlternativeSaved | Called after the object has been saved. |
![]() | OnQuoteBeforeDelete | Identity is the id of the current object. |
![]() | OnQuoteBeforeSave | Identity is the id of the current object. |
![]() | OnQuoteCanceled | Identity is the id of the current object. |
![]() | OnQuoteCreated | Called after the object has been saved. |
![]() | OnQuoteDeleted | Identity is the id of the current object. |
![]() | OnQuoteFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. |
![]() | OnQuoteLineBeforeDelete | Identity is the id of the current object. |
![]() | OnQuoteLineBeforeSave | Identity is the id of the current object. |
![]() | OnQuoteLineCanceled | Identity is the id of the current object. |
![]() | OnQuoteLineCreated | Called after the object has been saved. |
![]() | OnQuoteLineDeleted | Identity is the id of the current object. |
![]() | OnQuoteLineFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. |
![]() | OnQuoteLineSaved | Called after the object has been saved. |
![]() | OnQuoteSaved | Called after the object has been saved. |
![]() | OnQuoteVersionBeforeDelete | Identity is the id of the current object. |
![]() | OnQuoteVersionBeforeSave | Identity is the id of the current object. |
![]() | OnQuoteVersionCanceled | Identity is the id of the current object. |
![]() | OnQuoteVersionCreated | Called after the object has been saved. |
![]() | OnQuoteVersionDeleted | Identity is the id of the current object. |
![]() | OnQuoteVersionFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. |
![]() | OnQuoteVersionSaved | Called after the object has been saved. |
![]() ![]() | 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). |
![]() ![]() | OnRelationDeleted | Identity is the id of the current object. |
![]() ![]() | OnRelationFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
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). |
![]() ![]() | OnSaleDeleted | Identity is the id of the current object. |
![]() ![]() | OnSaleFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
New in Seven. |
![]() ![]() | OnSaleStakeholderBeforeDelete | Called when event occurs. |
![]() ![]() | OnSaleStakeholderBeforeSave | Called when Save has been triggered, but before anything is saved to the database. |
![]() ![]() | OnSaleStakeholderCanceled | Called when changes to an object are discarded. Values are reset to what is stored in the database. |
![]() ![]() | OnSaleStakeholderCreated | Called after the object has been saved.
<!--EndFragment--> |
![]() ![]() | OnSaleStakeholderDeleted | Called when event occurs. |
![]() ![]() | OnSaleStakeholderFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. |
![]() ![]() | OnSaleStakeholderSaved | Called after the object has been saved. |
![]() ![]() | OnSelectionAddClicked | Called when button is clicked. |
![]() ![]() | OnSelectionAddOneMember | Called when event occurs. |
![]() ![]() | 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). |
![]() ![]() | OnSelectionDeleted | Identity is the id of the current object. |
![]() ![]() | OnSelectionEmailTaskClicked | Called when button is clicked. |
![]() ![]() | OnSelectionFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed.
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. |
![]() ![]() | OnSelectionMailMergeDocument | Called for each document created during a mail-merge. |
![]() ![]() | OnSelectionMailMergeEnd | Called when a merge operation is performed to combine two objects. |
![]() ![]() | OnSelectionMailMergeStart | Identity is the id of the current object. |
![]() ![]() | OnSelectionMailmergeTaskClicked | Called when button is clicked. |
![]() ![]() | OnSelectionRemoveClicked | Called when button is clicked. |
![]() ![]() | OnSelectionRemoveOneMember | Called when event occurs. |
![]() ![]() | OnSelectionTodoTaskClicked | Called when button is clicked. |
![]() ![]() | OnSelectionUserTaskClicked | Called when button is clicked. |
![]() | OnShipmentFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. |
![]() ![]() | 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. |
![]() | OnSkinChanged | |
![]() ![]() | OnStartup | Fired once login is complete and the SuperOffice GUI is visible. |
![]() ![]() | OnSuggestedAppointmentCompleted | Identity is the id of the current object.
New in Seven. Suggested document in a guided sale. |
![]() ![]() | OnSuggestedAppointmentCreateClicked | Called when button is clicked.
New in Seven. Suggested appointment in a guided sale. |
![]() ![]() | OnSuggestedDocumentCompleted | Identity is the id of the current object.
New in Seven. Suggested document in a guided sale. |
![]() ![]() | OnSuggestedDocumentCreateClicked | Called when button is clicked.
New in Seven. Suggested document in a guided sale. |
![]() | OnTicketFieldsChanged | Is passed the old and new values for the field. Is called before the save is performed. |
![]() | OnUsageStatAdded | Called when event occurs. |
![]() | OnViewHidden | |
![]() | OnViewPreHide | |
![]() | OnViewPreShow | |
![]() | OnViewShown |