Table 12. Files You Must Not Modify
|
|
autoresolve_helpers.js |
Includes helpers that the autoresolver.js file uses. |
data_model.js |
Includes logic for handling relations between objects and joint fields. The business_logic.js file initializes this data model. |
recurrence_processing.js |
Includes transformation functions that the activity processor uses for repeating patterns that occur between Siebel CRM and IBM Notes. |
SD3.Lib.Interfaces.dxl |
Script library that includes base interfaces. |
SD3.Lib.Utils.dxl |
Script library that includes common utility classes and functions. |
SD3.Lib.Errors.dxl |
Script library that includes classes and functions for error handling. |
SD3.Lib.Strings.dxl |
Script library that includes common string constants. |
SD3.Lib.RegistryHelpers.dxl |
Script library that includes a class for working with the registry. |
SD3.Lib.Constants.dxl |
Script library that includes common constants. |
SD3.Lib.MQ.dxl |
Script library that includes the interprocess message queue implementation. |
SD3.Lib.BMProvider.dxl |
Script library that includes classes for reading the basic_mapping.xml file. |
SD3.Lib.Tools.2.dxl |
Script library that includes core wrapper classes for the current session, database, documents, arrays, lists, and so on. This script library also contains some common helper function for logging, getting documents from context, comparing date or time values, and so on. |
SD3.Lib.HandlerHelpers.dxl |
Script library that includes helper classes and functions for handling common events. For example, creating, saving, and removing documents. |
SD3.Lib.DataModel.dxl |
Script library that includes base classes for data model description, base classes for working with links, and base classes for security rules descriptions. |
SD3.Lib.Validator.dxl |
Script library that includes base classes for validation functionality. |
SD3.Lib.Translator.dxl |
Script library that includes base classes for input translation functionality. |
SD3.Lib.FormHelpers.dxl |
Script library that includes base wrapper classes for the user interface form and controls. |
SD3.Lib.Actions.dxl |
Script library that includes base classes for working with form, view, database, and custom actions. |
SD3.Lib.ProgressBar.dxl |
Script library that includes a class for working with the progress bar user interface. |
SD3.Lib.iCalendar.dxl |
Script library that includes classes and functions for working with the iCalendar format. |
SD3.Lib.NativePIM.dxl |
Script library that includes wrapper classes for native IBM Notes PIM objects. |
SD3.Lib.iCalendarUtil.dxl |
Script library that includes utility classes and functions for data interchange between native PIM objects and iCalendar values. |
SD3.Lib.Handlers.dxl |
Script library that includes base classes for handling common events. For example, creating, saving, and removing documents. |
SD3.Lib.PickListDialogs.dxl |
Script library that includes a base class for handling a picklist dialog. |
SD3.Lib.ProductAdapter.dxl |
Script library that includes factory functions for providing product object implementations for the platform code. |
SD3.View.AssociationsByLeftId.dxl |
Includes a view for searching for association documents by their left ID value. |
SD3.View.AssociationsByRightId.dxl |
includes a view for searching for association documents by their right ID value. |
SD3.View.AssociationSearch.dxl |
Includes a view for searching for association documents with complex keys. |
SD3.View.CRMDocuments.dxl |
Includes a view that contains all Siebel CRM related documents. |
SD3.View.MirrorDirectSearch.dxl |
Includes a view for searching for linked documents with complex keys. |
SD3.View.SettingsDefaults.dxl |
Includes a view that contains a service document with default values. For example, current user name, currency, generic user name, and so on. |
SD3.View.ActivityHandlingSrc.dxl |
Includes a view that contains all unprocessed PIM documents. This file is not included in the preconfigured Siebel CRM product. |
SD3.Subform.ForwardInvocation.dxl |
Includes the subform used for the Forward Invocation functionality. This file is not included in the preconfigured Siebel CRM product. |
SD3.Form.PickListDialog.dxl |
Includes the form with the simple picklist dialog layout. This file is not included in the preconfigured Siebel CRM product. |
SD3.Form.PickListDialogEx.dxl |
Includes the form with the extended picklist dialog layout. |
SD3.Form.PickListDialogNarrow.dxl |
Includes the form with the narrow picklist dialog layout. |
SD3.Form.StartSync.dxl |
Includes the service form used to manually start synchronization based on a toolbar action. |
SD3.Form.MVG.dxl |
Includes the form with the MVG dialog layout. This file is not included in the preconfigured Siebel CRM product. |
SD3.Agent.NoteCreatedHandler.dxl |
Includes the agent for handling a document creation event. |
SD3.Agent.NoteDeletingHandler.dxl |
Includes the agent for handling a document deletion event. |
SD3.Agent.NoteUpdatedHandler.dxl |
Includes the agent for handing a document modification event. |
SD3.Agent.PreSynchronizeProcessor.dxl |
Includes the agent for handling a presynchronization stage. |
SD3.Agent.PostSynchronizeProcessor.dxl |
Includes the agent for handling a postsynchronization stage. |
SD3.Agent.CleanUp.dxl |
Includes the agent for handling a cleanup stage. |
SD3.Agent.SyncNow.dxl |
Includes the agent to manually start synchronization based on a toolbar action. |
SD3.Resources.dxl |
Includes platform image resources. |