In this recipe, you will learn how to manage chatter on your documents, and add a communication thread to the record.
Managing chatter on documents
Getting ready
For this recipe, we will reuse the my_library module from Chapter 9, Advanced Server-side Development Techniques. You can grab a copy of the module from the Chapter09/r1_user_performing_actions directory of the GitHub repository for this book. In this recipe, we will add chatter on the library.book.rent model.
How to do it...
Follow these steps to add chatter on the records of the library.book.rent model:
- Add...