Defines a set of values that the developer wants to be added to an automatically generated activity log entry. Each value has a name and a corresponding string expression. The generated activity log entry includes the name and the value of the expression.
Set of name/string expression pairs |
The name must follow GeneXus object name conventions. The string expression can be any that GeneXus can evaluate. |
An automatically generated log entry has to include the Tenant and Customer identifiers. One is stored in an SDT item and the other in an attribute. The following should be the set of values of the property.
Name |
String expression |
Tenant |
&Context.TenantId.ToString() |
Customer |
CustomerId.ToString() |
|