Closed (fixed)
Project:
CRM Core
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2012 at 04:43 UTC
Updated:
30 May 2014 at 18:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
xcf33 commentedWith new contact type you can simply add existing field (name field type) called "contact_name", that will make it consistent with all build in contact types
Comment #2
martin.heidegger commentedThis "existing field" is not available (can not be choosen) when I manage fields
/admin/structure/crm/contact-types/manage//fields
Comment #3
Anonymous (not verified) commentedHi Martin,
I'm very new CRM Core. Would you mind providing detailed steps to reproduce your problem so that I can investigate your issue further.
Best, Paul
Comment #4
entropea commentedHi, this is happening for me, too. I add the Contact Type (Cloning the existing "Organisation" type).
I cannot add the existing field of "contact_name" (which is needed to link the field to be displayed in the view). This field is not shown in the list for some reason.
Could anyone help?
If I add a new field and use the "Name" Widget and Field Type, this is not shown in the CRM Contacts View.
Please see attached screen shots.
Comment #5
entropea commentedPS, if I can help with development, let me know. Just need pointing in the right direction.
Comment #6
entropea commentedCould be related: http://drupal.org/node/1647654
Comment #7
philipz commentedThe
contact_namefield is causing many problems for me. See my summary.Comment #8
dealancer commentedComment #9
rosk0We creating "contact_name" field locked, thats why we cannot attach through web interface. We cannot create it unlocked because it's too important. So the best way to solve this issue is to initialize custom contact types with our default fields. Patch attached.
Comment #10
rosk0Committed.