Built-in business rules
You can leverage the built-in business rules by applying them on appropriate spaces. You have already used some of them in the previous sections. This section will provide you complete information about built-in business rules and the Alfresco rules wizard.
How these business rules work?
Alfresco's underlying framework supports the latest technology called Aspect-Oriented Programming, which is useful to change the behavior of the server dynamically without making changes to the code. Business rules leverage this technology so that you can define them at any space in Alfresco, and change the behavior of the system.
The Alfresco server follows a process to execute business rules:
Whenever a document is added or updated to the space or removed from a space, Alfresco server checks whether that space or the parent spaces have any business rule to execute based on the triggering event type and business rule condition is satisfied.
Then the server executes the action defined...