MDM - Customer 360 
			
			- MDM - Customer 360 10.5 HotFix 2 SP 1
- All Products
 
           
      	
            
	
      | Element 
				 | Description 
				 | 
|---|---|
| widget 
				 | Parent element that contains the configuration for a widget or external link. 
				 | 
| social 
				 | Contains the URLs for social media. For example, 
				   <Facebook>http://www.facebook.com</Facebook>. Ensure that you use the same format in the implementation configuration. The element contains 
					  Facebook, Twitter, and other social media URLs. | 
| b2b 
				 | Contains the configuration for a business-to-business customer profile. 
				 | 
| overview 
				 | Title of the overview section. 
				   The element contains 
					  titleand section. | 
| title 
				 | Title of a section in the user interface. 
				 | 
| section 
				 | Contains the configuration for a column in the widget. 
				   The element contains 
					  field. | 
| field 
				 | Contains the configuration for a field in the user interface. Has the following attributes: 
				   
 The element contains 
					  label, type, coValue, defaultValue, defaultKey, defaultKeyValue, getStrategy, coFieldValues, concatenateWith, and filterAs. | 
| label 
				 | Text that appears for the field in the user interface. 
				 | 
| type 
				 | Specifies the data type of the field. Has the following data types: 
				   
 | 
| coValue 
				 | Record child or field, including the path. 
				 | 
| getStrategy 
				 | Determines how a value is selected when the field has multiple values. Use the element only for child records. Has the following values: 
				   
 | 
| defaultValue 
				 | If the desired value is not found, the value to be displayed for the field in the user interface. 
				 | 
| defaultKey 
				 | If you specify the default strategy as 
				   defaultOrFirstOne, specify the name of the business entity field. For example, default indicator. | 
| defaultKeyValue 
				 | If you specify the default strategy as 
				   defaultOrFirstOne, specify the value of the default key. | 
| coFieldValues 
				 | Contains the business entity fields that contain the value you want to display on the user interface. Follow the parent-child relationships until you reach the required element of field. 
				 | 
| concatenateWith 
				 | Specifies how to concatenate the fields. For example, comma-separated or space. 
				 | 
| filter 
				 | Reserved for future use. 
				 | 
<identifiers> <title>Identifiers</title> <section> <field> <label>DUNS</label> <type>text</type> <coValue>CustomerOrgRole_item_0_CustomerOrgIdentifiers</coValue> <defaultValue>-</defaultValue> <defaultKey>dfltInd</defaultKey> <defaultKeyValue>1</defaultKeyValue> <getStrategy>getByEffectiveStartDate[effStrtDt]_altIdTyp_idTyp[DUNS]</getStrategy> <coFieldValues>altIdVal</coFieldValues> <concatenateWith /> <filterAs /> </field> </section> <section> <field> <label>ParentDUNS</label> <type>text</type> <coValue>CustomerOrgRole_item_0_CustomerOrgIdentifiers</coValue> <defaultValue>-</defaultValue> <defaultKey>dfltInd</defaultKey> <defaultKeyValue>1</defaultKeyValue> <getStrategy>getByEffectiveStartDate[effStrtDt]_altIdTyp_idTyp[ParentDUNS]</getStrategy> <coFieldValues>altIdVal</coFieldValues> <concatenateWith /> <filterAs /> </field> </section> <section> <field> <label>NAICS</label> <type>text</type> <coValue>CustomerOrgClassification</coValue> <coFieldValues>Classification_classifVal</coFieldValues> <getStrategy>getByEffectiveStartDate[effStrtDt]_Classification_classifTyp_classifTyp[NAICS]</getStrategy> <defaultValue>-</defaultValue> <concatenateWith /> <filterAs /> </field> </section> <section> <field> <label>SIC</label> <type>text</type> <coValue>CustomerOrgClassification</coValue> <coFieldValues>Classification_classifVal</coFieldValues> <getStrategy>getByEffectiveStartDate[effStrtDt]_Classification_classifTyp_classifTyp[SIC]</getStrategy> <defaultValue>-</defaultValue> <concatenateWith /> <filterAs /> </field> </section> </identifiers>
