Rule That Resolves Conflicts for Objects Types
The following predefined rule resolves conflicts for certain object types regardless of field values:
/*** TYPE RULES ***/
ar_manager.add_rule({ types: ["Action", "Account", "Contact", "Opportunity"],
resolution_fn: ar_helpers.condition_update_delete_conflict_stopper });
where:
types: ["Action", "Account", "Contact", "Opportunity"]
is a list of object types where Siebel CRM Desktop applies the rule.condition_update_delete_conflict_stopper
is the rule that Siebel CRM Desktop runs. The autoresove_helpers.js file contains this rule.