Files That You Must Not Modify
The following table describes the files that implement predefined functionality. You must not modify these files under any circumstances.
File Name | Description |
---|---|
actions_support.js |
Includes toolbar action support functions. |
activity_processor.js |
Includes business logic for activity processing for a Calendar entry, To Do item, or email. |
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. |
form_helpers.js |
Includes helpers for event handling in the client. |
helpers.js |
Includes utility functions that Siebel CRM Desktop reuses in different files. |
idle.js |
Includes the Idle processing manager and common idle handlers. |
md5.js |
Implements the MD5 Message Digest Algorithm. |
mvg_dialogs.js |
Includes MVG control logic. |
raw_item_functions.js |
Includes General functions that access Outlook items that bypass the C++ wrapper. |
recurrence_processing.js |
Includes transformation functions that the activity_processor.js file uses for repeating patterns that occur between Siebel CRM and Outlook. |
sb_helpers.js |
Includes utility functions that different files use but that are specific to Siebel CRM. |
security_manager.js |
Includes security model descriptions and security manager descriptions that the security_utils.js file uses. |