Bookshelf Home | Contents | Index | PDF | ![]() ![]() |
Siebel CRM Desktop for IBM Notes Administration Guide > Controlling Synchronization > Resolving Synchronization Conflicts > Examples of Auto Resolver RulesThis topic describes some of the predefined rules that Auto Resolver uses. You can use these rules as a guide when you create your custom rules. The autoresolver.js file contains these predefined rules. You must not modify any predefined rule. Rule That Resolves Association ConflictsThe following predefined rule resolves association conflicts: /*** ASSOCIATION AUTORESOLVER ***/ ar_manager.add_rule(new ar_helpers.associations_resolve_rule(ar_ctx))
Rule That Resolves Conflicts for Objects TypesThe following predefined rule resolves conflicts for certain object types regardless of field values: ar_manager.add_rule({ types: ["Action", "Account", "Contact", "Opportunity"], resolution_fn: ar_helpers.condition_update_delete_conflict_stopper });
Rule That Resolves Conflicts for FieldsThe following predefined rule resolves conflicts for certain object types, including field values: /*** FIELD RULES ***/
The Auto Resolver applies this rule only for an object that it has not synchronized to the client. This situation can occur in a deduplication conflict. |
![]() ![]() |
Siebel CRM Desktop for IBM Notes Administration Guide | Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |