- Is it possible to configure e-mail templates for new member signup, 'ping' reminders, hosting
- Insert database fields
- Doesn't look like this exists in civicrm now? Civimail extension?
- Answer: not currently in civicrm as it exists but hooks are there for this sort of thing to be implemented. ie. send email with template via a php script. And potentially to extend civicrm backend to add two-step wizard process.
- How do we handle event logging? notes or activities or audit trail?
- notes are not searchable
- activities seem limited too - how does it work?
- where do we log things like a kabissa admin approving a member application?
- details we need to track: user who did the action, timestamp, what the action was
- Answer: any time you are going to insert/make a change to a contact record there is a before/after hook call - this can be used to add an entry to the activity record for the contact.
- A means to list and use activities by date (Regardless of contact) is required too
- Sign of life -- special field is updated with current date anytime anything related to the organization has happened, ie. adding content or updating something. etc
|
|