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 specific information, called a value. For example, variables such as fundName, userEmail, patientId or applicationStatus can be used to store corresponding details about each entity. This approach ensures clarity, consistency and ease of data management throughout the system. Descriptive variable names improve readability and help streamline processes by clearly defining their purpose and content.
Take the entity 'Application' for example. This entity can have attributes such as 'applicationName', 'applicationID' and 'applicationType'. Each attribute provides specific details about the application, including its unique identifier, name and category.
To add a new entity, follow these instructions:
1. First, go to the home screen and choose "Manage Data Variables" from the main menu on the left.
2. Then, in the top-right corner of the screen, click on the "Add Entity" button.
3. This action will bring up a small window where you can input the name of the new entity. Enter the name and click "Save."
4. The entity will then be successfully added to the system.
To add a variable to an existing entity, follow the revised steps:
1. On the home screen, select “Manage Data Variables” in the left sidebar.
2. This action displays a list of all entities available in the system.
3. Select the entity you want to modify, which will display the variables it currently contains.
4. Select the "Add Variable" button.
5. The required details for adding a variable include the following:
Name: The name of the variable.
Data Type: Specifies the type of data, such as String or Date.
Validations: Includes options like Required and Validate Max Characters.
Required: Ensures the document generates only when a value is provided. If left blank, the document will not generate.
Validate Max Characters: Defines the maximum number of characters allowed for a variable. For example, if a Name variable is limited to 20 characters, the document will not generate if the input exceeds this limit.
Sample Value: A sample or dummy value for reference, such as entering “Name” for a Customer.Name variable.
Display Name: This is an alternate name you can assign to a variable when the entity or variable name is too long. For example, you can set the display name as “Bs.CustName” for the variable $BankStatement.CustomerName to make it shorter, more readable, and easier to manage within the template.
Maximum Values: Applicable when the variable type is a List. Learn more about it [HERE].
6. The new variable is then successfully included in the selected entity.
In Perfect Doc Studio, variables are managed at a global level, as demonstrated in the accompanying video. The system features entities that house variables, defining all relevant data variables for your business. This ensures the consistency of ...
To incorporate a variable in a Phone call 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 ...
To view the existing or added variables, select the "Preview and Download" option from the menu on the left. This will display the variables incorporated into the Email Template, along with an option to input data for each variable included in the ...
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: ...
Check Boxes: Checkboxes allow users to select one or more options from a set of predefined choices. They are ideal for situations where multiple selections are possible, giving users the flexibility to choose as many options as needed. Inserting a ...