Page tree

Playground and DEMO space

This is a playground and demo space for ConfiForms and ConfiDoc addons developed and supported by Vertuna LLC

Most pages provide a storage format for the demo, so you can use the free add-on from Atlassian Confluence Source Editor to import this configuration into your Confluence and see it in action

To import examples from the storage format on Confluence Cloud please see this page

Please note, all the examples here are provided without any obligation and may or may not be incomplete or may have bugs, and we provide NO SUPPORT for these examples and demos.

This little demo shows how to access an ID and a LABEL from a dropdown field. See more about accessing field properties here: Accessing field values and properties

So, a simple dropdown, with choices:

id=label
K800=Hotels
K800=Hotels general
K810=Project Sun
K710=Template

 

List of stored values (showing dropdown field value in default mode)

Hotels general

Project Sun

 

Table with stored values and separate ID and label

So, we are using "dd.id" and "dd.label" to access each property of the dropdown field individually

Choice

Choice

K800 Hotels general
K810 Project Sun

Exported

yes, you can have your exports customized and also use the field properties when you export Data Export tricks and hints

dd.id,dd.label
K800,Hotels general
K810,Project Sun
  • No labels