View Configurable Application Variables

Last Updated : Jun 05, 2026 |

You can use this page to view the values of the configurable application variables, defined in the applications that are deployed on the Avaya Experience Portal system.

The configurable application variables defined in an application could be of the following data type:

  • Integers: A whole number with no fraction.

  • Floating Point: A value with both whole number (including zero) and fractional parts. For example, the value 25.75 is a floating-point number.

  • Strings: A sequence of characters, usually forming a piece of text.

  • Date: Date value not including time (YYYY-MM-DD)

  • Time: Time value not including a date (hh:mm)

  • Date/Time: Date and time values in the format YYYY-MM-DD hh:mm

  • Boolean: A boolean value, that is, either true or false.

  • File: This type can be used to upload a file from the client machine. The uploaded file will be stored in the cache on the MPP. The file which can be uploaded is restricted by the file extensions specified by the DD application developer.

    Note:

    The File type is not supported by HTML applications.

  • List: A list of values from which one or more values can be selected.

  • Combo: A list of values from which a value can be selected.