How to Set a Display Name for a Variable?

How to Set a Display Name for a Variable?

A Display Name defines how a variable appears in your document while designing it. It is especially useful when:
  • The original entity or variable name is long.
  • Variables are used in tables or other compact areas where text overlap needs to be avoided.
For example, a variable named $bankstatement.customername can be given a shorter Display Name like $bscustname, making it easier to read and manage.

Steps to Set a Display Name
You can assign a Display Name to a variable either while creating it or by updating an existing variable.

Assigning a Display Name While Creating a Variable
1. Create an entity and click on the Add Variable button.


2. In the variable creation section, a separate field will be available to enter the Display Name.



3. Enter the desired Display Name and click Save. 



Assigning a Display Name to an Existing Variable
1. Navigate to the variable you want to update. 


2. Click on the Edit option for that variable.
3. In the Display Name field, enter the new name. 


4. Click Update. The variable will now display with the updated name.


    • Related Articles

    • Managing Entities & Variables

      Entity and Variable: To maintain a structured and efficient system, entities such as funds, users, patients and applications are identified and represented using variables in camelCase format. A variable is a named storage space designed to hold ...
    • Embedding a Variable in SMS Template

      To incorporate a variable in a Short Message template, position the cursor in the editor at the desired location for the variable. Then, type the symbol $, which will bring up a list of all available variables in the system that can be inserted. In ...
    • Creating Nested Dynamic Tables Using Variable Relationships in Perfect Doc Studio

      In Perfect Doc Studio, you can create Nested Dynamic Tables by establishing relationships between two entities in the variables section. This setup allows the variables of one entity to be linked with those of another, enabling tables to dynamically ...
    • Creating Rule-Driven Emails Based on Business Logic

      Rule-driven emails are automatically generated or populated by applying predefined business rules and logic. These rules are tailored to meet the unique requirements and workflows of a business, ensuring that the generated emails conform to the ...
    • What are Link Variables and How to use them?

      Perfect Doc Studio allows you to dynamically insert hyperlinks into your documents using Link Variables. This feature is especially useful when you want to personalize or conditionally include links without hardcoding URLs. Assign Links to Variables: ...