logging
logging
Default Value: enable
Determines whether the platform should enable or disable logging information within the scope of where the logging property is used to be shown within the call logs. The logging property can also be used to make any form item results, transfer details and variable elements (e.g. <var>, <assign>, <param>) private. The values that can be used to this property are: “enable”, “disable”, and “private”.
Example
Explanation
From this example, logging would be private for the field-level element, myfield1, in the call logs. The TTS prompts and any input entered by the user would be marked with <private> in the call logs. Logging would be completely disabled for the field-level element, myfield2, in the call logs. However, you would see the other field and form elements within the call logs for the rest of the application.
Notes
This property can be implemented at the field-level, form-level, page-level, and root-level scope of your application.
Last updated