Running string concatenation
The string concatenation utility runs an SQL file that you edit to provide input and output parameters.
Important:
- The string concatenation utility puts the system into System Administration Mode (SAM) prior to concatenating any fields. No other activity can happen while the script is running.
- You can concatenate into an existing long text field, but only if that field has not been used in any way. Attempting to concatenate into a long text field that has been used causes the utility to fail.
- When you concatenate multiple strings, if field level security is applied to any of the strings, then after concatenation into a single, large long text field, some hidden values can be visible. To prevent unauthorized users from viewing the values for a concatenated string, apply the same field level security rule to the large long text field.
Tip: Run the script in preview mode (a setting
in the field_concat_template.sql file) to check
the results before doing the concatenation.
Procedure
Results
If the destination long text field does not exist, it is created and populated with values according to the values specified in the SQL file.
If the destination long text field exists, but is not used in any way, it is populated with values according to the values specified in the SQL file.
For details on the SQL file, see The string concatenation SQL file.