CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Pre-installation Questions (Moderator: Dave Greenberg) »
  • Can we put group information into an automatic membership email?
Pages: [1]

Author Topic: Can we put group information into an automatic membership email?  (Read 866 times)

joanne

  • Administrator
  • Ask me questions
  • *****
  • Posts: 852
  • Karma: 83
  • CiviCRM version: 4.4.16
  • CMS version: Drupal 7
Can we put group information into an automatic membership email?
January 25, 2011, 03:43:53 pm
 When people join our association they are assigned to a one of 250 'chapters' based on where they live.  With our current proprietary CRM all joining is done off-line and we snail mail each person an automatically generated letter that includes the chapter they have been assigned to, plus the name and contact details of the leader of that chapter. 

Answers to previous posts here have indicated that we should set up 250 regular groups for the chapters  (and 250 groups for the group leaders for access control to group lists) and that we will need customisation of civiCRM for automatic group assignment when someone signs up online.

Will that be all we need to be able to reproduce the contents of the the current welcome letter in the automatically system workflow email that goes out when someone takes out a new membership?  I realise I am going to have to learn Smarty (or pay someone to customise the email) but will the relevant fields (group name, group leader name and email/phone and hopefully also link to group webpage) be accessible through the current set up without having to add customs field to each new members record that contains that information (which is how we deal with it in our proprietary CRM)?

 

 

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Can we put group information into an automatic membership email?
January 25, 2011, 04:59:15 pm

i dont think doing the below is a great idea. I'm not sure whether the ACL code will scale nicely to 250 groups etc

I'd recommend you achieve the same via ACL hooks which is custom code and hence can be tailored and optimized to your specific use case.

You'll need to also implement the token hook at add various group details (name, leader name etc)

Depending on the details, your use case might be closely related to the multi-site project:

http://wiki.civicrm.org/confluence/display/CRMDOC32/Multi+Site+Installation

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

joanne

  • Administrator
  • Ask me questions
  • *****
  • Posts: 852
  • Karma: 83
  • CiviCRM version: 4.4.16
  • CMS version: Drupal 7
Re: Can we put group information into an automatic membership email?
January 26, 2011, 05:59:57 pm
Thanks for the reply Lobo.

I have had a look at the multi-site info, but I don't think it is right for us.  We are trying to unify the groups and branches into one website to create a national "brand" rather than give them websites of their own with a common database.



petednz

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4899
  • Karma: 193
    • Fuzion
  • CiviCRM version: 3.x - 4.x
  • CMS version: Drupal 6 and 7
Re: Can we put group information into an automatic membership email?
January 27, 2011, 01:32:02 am
ACL Hook then. Eg set up a set of checkboxs (if people can be in multiple) or select box for your branches (or subdivide in to regions for) - then you can use that field(s) as the basis for your ACL controls. Makes it super easy to manage.
Sign up to StackExchange and get free expert advice: https://civicrm.org/blogs/colemanw/get-exclusive-access-free-expert-help

pete davis : www.fuzion.co.nz : connect + campaign + communicate

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Pre-installation Questions (Moderator: Dave Greenberg) »
  • Can we put group information into an automatic membership email?

This forum was archived on 2017-11-26.