Chapter 6. Implementing Business Rules
So far, you have learned how to create system users, create user groups, create spaces, add content, check in and check out documents, use version control with documents, and use network folders to upload content in bulk. In this chapter, you will learn about defining and using business rules according to your business requirements.
By the end of this chapter, you will have learned how to:
Automatically organize documents into specific spaces when you perform a bulk upload of documents
Define the sequence of business rules on a space
Run time-consuming business rules in the background
Automatically control document versions for specific documents in specific spaces
Automatically categorize documents based on names
Send notifications based on a specific event for a document
Transform documents from one format to another
Dynamically add custom properties to documents, based on their location
Configure business rules as scheduled actions to run periodically
Extend...