Client Tags

Client Tags, as the name implies, are only available for use in Clients. This means that their values are isolated to a Client runtime, and even though they are created in the Designer, each Client will create their own instances. This makes them very useful as in-project variables, for passing information between screens and between other parts of the Clients, such as scripting.

To create a Client tag

  1. From the Tag Browser, right-click on the Client folder and select New tag > Client Tag.

    images/download/attachments/1704352/ClientTag.jpg

    The Tag Editor is displayed.

  2. In the Tag Editor, for example, you can enter the following:

    Name: Area
    Value: Processing
    Data Type: String

  3. Click OK.
    A new tag called Area is created in the Client folder.

Client Tags

Watch the Video