Hello guys,
thanks for the time spent in building and managing this module. I am working on a website project and wondering if this module is the best solution or at least closest. Here is a summary of my requirements:
It is a law administration project. I want the HOLT (HEad of legal team) to create a node (eg. Case 1) and then assign the node to lawyer A (member of the legal team) who assumes edit ownership on the node. If this case is not attended for 1 week (ie, lawyer A did not make the necessary notes and fill up required cck fields like court name etc), the module triggers a reminder which is sent to lawyer A by email, a copy is also sent to HOLT for record purposes. Again, If the case is not attended for 1week after reminder was sent, module triggers a predefined query message email to lawyer A, also copied to HOLT.
HOLT and lawyer A belong to different roles who have different content type create, edit and delete privileges, also different cck view and edit privileges.
Can the module monitor nodes and cck fields and trigger such actions based on my explanations above? Kindly assist me with answers and reference to similar modules with such functionality if possible... Thanks a buch
Comments
Comment #1
pedrorocha commentedYes, you can achieve these goals with Case Tracker for Drupal 6(for D7, isn't ready for a production site). The question is that the triggers that you need aren't built in, so you'll need to use the Rules module(http://drupal.org/project/rules) or create some custom code.
Comment #2
smartsystems160 commentedOk thanks, will try it out