WIDGETS AND LIVE TEXT
About this task
When you create a new widget you can set a property to filter for the current user's name or the current date. These options are available as defaults when you use the widget creation wizard.
To create a widget property to contain the current user's name, use the following format, where nameType is the type of name being resolved using DN (distinguished name) format:
${name:nameType}
For example: ${name:cn}/${name:ou}/${name:o} will resolve to CommonName/OrganizationlUnit/Organization.
For example: ${name:dn} will resolve to the user's full distinguished name.
To create a widget property to contain the current date, use the following format, where dateformat is a Java data format:
${date:dateformat}
For example: ${date:yyyy MM DD} will resolve to the current date (in this example: 2009 03 20).
Sample use cases are as follows:
Related concepts How do I create and share widgets?