DisplayColumns {}
There are multiple properties in the DisplayColumns group.
Here are a few examples below:
{ results:; }
{ details:; }
{ resultsExclude:; }
The way these would all be written as a property at the same time in the DisplayColumns group is as such:
DisplayColumns{ results:; details:; resultsExclude:; }
In between the colon (:) and semicolon (;) is where you would place the field or value desired.
Here is an example below:
DisplayColumns{ results:; details:; resultsExclude:; }
DisplayColumns{ results:firstname; details:firstname; resultsExclude:middlename; }
In this example above, the first name will appear in the running application as well as when you edit the fields.
However, the middle name will not be shown anywhere because the resultsExclude property means: do not show these fields or values.
An asterisk can be used as a value to display all data.
Here is an example:
{ results:*; }
In all the properties of this group, the values 'ALL' and 'NONE' may be used.
Email {}
[EE] This property group allows you to specify properties that are used for e-mailing.