From 4cc6314bacfb97a90d0d3174d71370793afcdb67 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 23 Aug 2014 11:27:58 +1200 Subject: [PATCH] CRM-15168 a few more titles --- xml/schema/Core/UFField.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/xml/schema/Core/UFField.xml b/xml/schema/Core/UFField.xml index ae7fec50bf..702fee07ba 100644 --- a/xml/schema/Core/UFField.xml +++ b/xml/schema/Core/UFField.xml @@ -9,6 +9,7 @@ true id + Profile Field ID int unsigned true Unique table ID @@ -20,6 +21,7 @@ uf_group_id + Profile ID int unsigned true Which form does this field belong to. @@ -42,6 +44,7 @@ field_name + Profile Field Name varchar 64 true @@ -50,6 +53,7 @@ is_active + Profile Field Is Active boolean 1 Is this field currently shareable? If false, hide the field for all sharing contexts. @@ -57,6 +61,7 @@ is_view + Profile Is View Only boolean 0 the field is view only and not editable in user forms. @@ -64,6 +69,7 @@ is_required + Profile Field Is Required boolean 0 Is this field required when included in a user or registration form? @@ -71,6 +77,7 @@ weight + Profile Field Weight int true 1 @@ -79,6 +86,7 @@ help_post + Profile Field Post Help text true Description and/or help text to display after this field. @@ -86,6 +94,7 @@ help_pre + Profile Field Pre Help text true Description and/or help text to display before this field. @@ -109,6 +118,7 @@ visibility + Profile Field Visibility varchar 32 'User and User Admin Only' @@ -131,6 +141,7 @@ in_selector + Profile Field Is a Filter boolean 0 Is this field included as a column in the selector table? @@ -138,6 +149,7 @@ is_searchable + Profile Field Is Searchable boolean 0 Is this field included search form of profile? @@ -145,6 +157,7 @@ location_type_id + Profile Field Location Type int unsigned Location type of this mapping, if required 1.3 @@ -166,18 +179,21 @@ phone_type_id + Profile Field Phone Type int unsigned Phone Type Id, if required 2.2 website_type_id + Profile Field Website Type int unsigned Website Type Id, if required 4.5 label + Profile Field Label varchar 255 true @@ -187,6 +203,7 @@ field_type + Profile Field Type varchar 255 This field saves field type (ie individual,household.. field etc). @@ -194,12 +211,14 @@ is_reserved + Profile Field Is Reserved boolean Is this field reserved for use by some other CiviCRM functionality? 3.0 is_multi_summary + Profile Field Supports Multiple boolean 0 Include in multi-record listing? @@ -207,6 +226,7 @@ IX_website_type_id + Profile Field Website Type website_type_id 4.5 -- 2.25.1