Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
ref:a_f:a:clean [2026/08/13 00:43] – ↷ Page moved from a_f:a:clean to ref:a_f:a:clean localdevref:a_f:a:clean [2026/08/13 00:45] (current) – ↷ Links adapted because of a move operation 0.0.0.0
Line 2: Line 2:
 ====== CLEAN ====== ====== CLEAN ======
  
-The ''CLEAN'' action is similar to the ''DELETE'' action in that it deletes instances of the specified //[[glossary:business_object|business object]]//. Unlike the ''DELETE'' action the ''CLEAN'' action does not invoke execution of rules – records are deleted in the database directly. ''CLEAN'' action is much more efficient than the ''DELETE'' action, however, you should use this action with care because it does not check the integrity of the data – if there are instances of the business objects left that refer to the deleted instances the data will be inconsistent. It is your responsibility to make sure that the data remains consistent after deletion.+The ''CLEAN'' action is similar to the ''DELETE'' action in that it deletes instances of the specified //[[ref:glossary:business_object|business object]]//. Unlike the ''DELETE'' action the ''CLEAN'' action does not invoke execution of rules – records are deleted in the database directly. ''CLEAN'' action is much more efficient than the ''DELETE'' action, however, you should use this action with care because it does not check the integrity of the data – if there are instances of the business objects left that refer to the deleted instances the data will be inconsistent. It is your responsibility to make sure that the data remains consistent after deletion.
  
 ===== Syntax ===== ===== Syntax =====