TextLog business rule

The TextLog business rule adds entries from one Text attribute to another Text attribute and includes the user name and date. It also clears the first Text attribute.
You can use the TextLog business rule instead of a List Text attribute to add comments to an element. The business rule automatically indicates who changed the attribute and when it changed. The entered comments are read-only.

Prerequisites

Format

In the business rule container attribute, enter the business rule in the following format:
 =TextLog('Source Attribute Name',"Target Attribute Name","Locale")

Parameters

Parameter Description
'Source Attribute Name' The attribute whose value is moved to the target attribute
"Target Attribute Name" The attribute in which the changes are stored
"Locale" The parameter for date format must be set to "sv,SE," which indicates Swedish format. Despite specifying this setting, Swedish format might not be used. The date format that is used is either the format that is selected in your preferences or the format that an administrator selected for the workspace.

Feedback