Form 1

CLEAR_RELATION <relation name>;

In the first form, the <relation name> value is the relation to be removed.

For example, it would be problematic to restore and reimport a case and its associated log objects after it has been archived. The case object would be updated, while the log objects would be reinserted as new objects: the logs would be duplicated in the database. To prevent this and to break the relation to any activity entries that exist for the case, the <relation> definition could be the following:

CLEAR_RELATION case_act2act_entry;

See Also

Clear Relations

Form 2

Form 3

Unrelate Relations Example

Next

Form 2

Form 1