Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
a_f:a:clean [2022/09/01 05:59] – [Example] administratora_f:a:clean [2023/05/09 01:28] (current) sean
Line 1: Line 1:
-{{tag>Actions Action_List Business_Object Process Business_Rules}}+{{tag>Index Action Action_List Business_Object Process Business_Rule}}
 ====== CLEAN ====== ====== CLEAN ======
  
-The ''CLEAN'' action is similar to the ''DELETE'' action in that it deletes instances of the specified //[[docs:7000_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 //[[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 =====
Line 19: Line 19:
  
  
-<callout type="primary" icon="true" title="note"> The CLEAN action is not supported for business object groups. You cannot use references in the condition of this action either.</callout>+<callout type="primary" icon="true" title="note"> The ''CLEAN'' action is not supported for business object groups. You cannot use references in the condition of this action either.</callout>
  
  • Last modified: 2022/09/13 18:11