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) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Adding a contact first name / surname to an organisation
Pages: [1]

Author Topic: Adding a contact first name / surname to an organisation  (Read 1719 times)

jamie_click

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CMS version: Joomla
  • PHP version: 5
Adding a contact first name / surname to an organisation
June 10, 2013, 02:42:33 am
Hi

I am just trying to set up CiviCRM for a community group who wants to list the organisations they represent. Is it possible to add a contact name directly to the organisation on registration through Joomla Administrator. Creating an individual for an organisation is going to more work for them to do as each organisation is run by one or two individuals.

Thanks
Jamie

Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: Adding a contact first name / surname to an organisation
June 10, 2013, 03:06:50 am
Does this post help?
http://forum.civicrm.org/index.php?topic=21994.0
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

jamie_click

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CMS version: Joomla
  • PHP version: 5
Re: Adding a contact first name / surname to an organisation
June 10, 2013, 03:28:53 am
Thanks for coming back to me but not really.

I'm not sure if this is possible but when I go to Contacts > New Organisation > then under Contact Details I would like to add in Contact Name {Firstname} {Surname} and then many an add link to add more contacts.

I sort of want to bring Add new Individual input fields into the Add new Organisation section so it is all done in the one area.

Also on a separate topic is is possible to add files to an organisation and maybe in categories. So theses organisations would have 'Grant Application Forms' and maybe 'Inspection Reports' all to be tags on and stored for each organisation for internal review as needed.

Thanks

Jamie


Erik Hommel

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1773
  • Karma: 59
    • EE-atWork
  • CiviCRM version: all sorts
  • CMS version: Drupal
  • MySQL version: Ubuntu's latest LTS version
  • PHP version: Ubuntu's latest LTS version
Re: Adding a contact first name / surname to an organisation
June 10, 2013, 07:25:43 am
You can certainly do that with the CiviCRM API. Have you read the civicrm developer guide at http://book.civicrm.org/developer/?
Consultant/project manager at EEatWork and CiviCooP (http://www.civicoop.org/)

lolas

  • I post frequently
  • ***
  • Posts: 134
  • Karma: 9
    • Freeform Solutions
  • CiviCRM version: Several
  • CMS version: Drupal
  • MySQL version: 5.1+
  • PHP version: Several
Re: Adding a contact first name / surname to an organisation
June 13, 2013, 04:48:14 pm
It sounds like adding a set of custom fields with First Name and Last Name to the Organization would sort of work.

The users would have to be aware that these fields are not exactly the same columns as the regular first name, last name fields. For example, by default the same mailing template that uses first_name last_name tokens would not work for both regular contacts and organizations, the columns would not line up in reports (since they are different columns).
Some customization could fix these issues if necessary.

It also sounds like a solution for the documents would be to create another set of custom fields that applies to organizations. Make sure you choose the settings:
"Does this Custom Field Set allow multiple records?" = checked
"Display Style" = Tab

Add a field for the document and any other fields you need for each document such as approval date.

Not sure if these demo links will still be up by the time you read this:
http://drupal.demo.civicrm.org/civicrm/admin/custom/group/field?reset=1&action=browse&gid=4
http://drupal.demo.civicrm.org/civicrm/admin/custom/group?action=update&reset=1&id=4
http://drupal.demo.civicrm.org/civicrm/contact/view?reset=1&cid=36&selectedChild=custom_4
Freeform Solutions provides technology and management consulting, website and database development, and managed internet hosting solutions for not-for-profit organizations (NFPs).

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Adding a contact first name / surname to an organisation

This forum was archived on 2017-11-26.