Within the world of millions of pieces of data, relating certain data to other data can create a new piece of data. Take for instance a Full Name.
A full name can be considered one piece of data or it can be broken down into two, three, four or more pieces of data. Take the full name : Mr. John Jay Smith III and broken down we see the following:
- Salute: Mr.
- First Name: John
- Middle Name: Jay
- Last Name: Smith
- Prefix: III
and these pieces can be data or can be combined to create a number of different data names. John, John Smtih, John Jay Smith, John Jay Smith III, Mr. John Jay Smith III
Why does this even concern anyone? Well these are details that are important within the world of development and coding.
So welcome to Composite Control! A development choice for grouping the need to enter like data through a smooth user friendly interface.
In Dynamics CRM v2013 Composite Control is offered on Name and Address and via the SDK even more can be done.
To read more on Composite Control in the world of Dynamics CRM, CLICK HERE.