Labels

LabelsImg01

Labels node has the following properties:

Category Property  
Labels Full Text Filter Description LabelsImg02
Conditional Formatting Filter Description
General Ordered By
All In Combo
Record Not Found
Disabled Pop Up Grid Text Action
Transaction Required Attribute
Action Confirm Options Confirm Text Yes
Confirm Text No
Confirm Text Cancel
Action Group Combo Box Caption
DVelop Bootstrap Caption
Description
Action No Record Selected
Action Condition Check
Association Selection Object Data Successfuly Updated
No Changes Made
Attributes Description Plain Attribute Description
Grid Attribute Description
Dynamic Attribute Description
Dynamic Variable Description
Dynamic Filter Dyn Filter Prefix
Dyn Filter Middle
Grid Title Settings Title Settings Tooltip
Boolean checked Value (Filtering)
Boolean unchecked value (Filtering)
Column Totalizer Sum Totalizer
Average Totalizer
Count Totalizer
Min Totalizer
Max Totalizer
DVelop Combo Select All
Only Selected Values
Multiple Values Separator
Add new Option
Split Screen With Tabs Tab Caption
New Record Tab Caption
Group Group Caption

Labels

Full Text Filter Description

Text to be used in Export and ExportReport procedures when the 'Full text filter' is included with 'Show description'  = false.

Conditional Formatting Filter Description

Text to be used in Export and ExportReport procedures when a 'Conditional Formatting' filter is being applied.

Properties Of Category General:

Ordered by:

Caption that will be set to 'Ordered By' variable when Orders node has more than one Order.


All in combo:

Caption for the 'All' option when the property All from Filter node is True and its associated attribute is a combo box.


Record not found:

Message to be displayed when certain record does not exist in database. 


Disabled Pop Up Grid Text Action:

Message to be displayed when clicking in a GridText Action that opens in PopUp and is disabled. 

Properties Of Category Transaction:

Required attribute:

Message to be displayed when user leaves a required attribute or variable. In this property you can use the following tags in this property, and will be replaced by the correspondent attribute property:

  •  <Att_Name>
  • <Att_Title>
  • <Att_ColumnTitle>
  • <Att_Description>
  • <Att_ContextualTitle>

When the property value starts with AttributeImg27 and ends with AttributeImg28 the message will not be surrounded with " when inserting it in the rules or in the sub, so that you can include variables and procedures in your error message.

For example, we have the attribute PersonHomeAddress as required in transaction Person and the following scenarios:

  • Value of property 'Required attribute':AttributeImg27"<Att_Description> (" + &Pgmname + ") is required"AttributeImg28 will insert the following rule: Error("Home Address (" + &Pgmname + ") is required") If PersonHomeAddres.IsEmpty();
  • Value of property 'Required attribute':<Att_Description> is required will insert the following rule: Error("Home Address is required") If PersonHomeAddres.IsEmpty();

Properties Of Category Action Confirm Options:

Confirm Text Yes:

Mesage to be displayed for the 'Yes' option when a confirmation panel is displayed.


Confirm Text No:

Mesage to be displayed for the 'No' option when a confirmation panel is displayed.


Confirm Text Cancel:

Mesage to be displayed for the 'Cancel' option when a confirmation panel is displayed and its type property is 'YesNoCancel'.


Properties Of Category Action Group:

Combo Box Caption:

Specifies the caption that will be showed inside de combo box by default (when user didn't select an option) and when this property in the instance is <default>.

DVelop Bootstrap Caption:

Text to show in the DVelop Bootstrap Action Group.


Description:

Specifies the caption that will have the textblock next to the combo box. Only applies if property 'Show description' of the ActionGroup in instance is True.

Properties Of category Action:

No record selected:

Specifies the message that will be displayed when user clics some action related to some record of grid without selecting any record.

Action Condition Check

Specifies the message to be displayed when the condition of the action is not met.

Properties Of Category Association Selection Object:

Data Successfuly Updated:

Specifies the message that will be displayed when the data of is updated in the data base (after pressing Confirm). Only applies when the property 'Return on Confirm' of Template node (of WWP Settings) is False, because if it is True it will return to caller and won't show the message.  


No changes made:

Specifies the message that will be displayed when no changes were made in records (all the associated records are the same as before clicking on Confirm). Only applies when the property 'Return on Confirm' of Template node (of WWP Settings) is False, because if it is True it will return to caller and won't show the message.

Properties Of Category Attributes Description:

Plain Attribute Description:

Specifies the value that will asign to description property of attributes and variables based on attributes. The options are:

  • <default>: will use the same behavior as Genexus does. This works as follows:
    - If the attribute is not an FK and is not inferred (regardless of it is inside or outside grid) it will use ContextualTitle. The reason for this behavior is that generally when we won't want to include a description of the entity. In the example below,                 PersonFirstName Attribute inside Person trn or in PersonWW we want to be shown 'First Name' and not 'Person First Name' (this is what Genexus does by default to ContextualTitle property).

    - If the attribute is FK or inferred and is inside a grid, it uses ColumnTitle

    - If the attribute is FK or inferred and is outside a grid, it uses Title

    The images below shows for each attribute in and outside grid the property to be used
    LabelsImg03

    LabelsImg04

    LabelsImg05
  • Use description: it will always take the 'description' property of attributes.
  • Use title: it will always take the 'title' property of attributes.
  • Use contextual title: it will always take 'Contextual Title' property of attributes.
  • Use column title: it will always take 'column title' property of attributes.

Grid Attribute Description:

Specifies the value that will asign to description property of grid attributes and grid variables based on attributes. The options are analogous as the ones used for 'Plain Attribute Description'.

Dynamic Attribute Description:

Specifies the value that will be assigned by default to the property 'Description' within the attribute node. If True it will assign a dynamic value ('PersonFirstName.ColumnTitle', 'PersonFirstName.ContextualTitle', etc. depending on the property 'Plain Attribute Description' and 'Grid Attribute Description').

Dynamic Variable Description:

Specifies the value that will be assigned by default to the property 'Description' within the variable node.

LabelsImg06

If False, it will assign the actual value of the property Contextual Title, Column Title, etc. (for example 'First Name').

LabelsImg07

Properties Of Category Dynamic Filter:

Dyn Filter Prefix:

Specifies the caption to apply to the label that is next to the combobox with the attributes. In the image above, the value of this property is 'Search in'. 


Dyn Filter Middle:

Specifies the caption to apply to the label that is between both comboboxes. In the image above, the value of this property is 'value'.

Properties Of Category Grid Title Settings:


Title Settings Tooltip:

Specifies the tooltip that will be displayed when positioning the cursor in the option to filter/sort the column.


Boolean checked value (Filtering):

Specifies the description that will be displayed for filtering the checked records, when the column is Boolean.


Boolean unchecked value (Filtering):

Specifies the description that will be displayed for filtering the unchecked records, when the column is Boolean.

 

Properties Of Category Column Totalizer:

Sum Totalizer:

Specifies the description that will be displayed next to the value that totalizes the column, when totalizer is a sum.


Average Totalizer:

Specifies the description that will be displayed next to the value that totalizes the column, when totalizer is average.

LabelsImg09

Count Totalizer:

Specifies the description that will be displayed next to the value that totalizes the column, when totalizer is count.

Min Totalizer:

Specifies the description that will be displayed next to the value that totalizes the column, when totalizer is min.

Max Totalizer:

Specifies the description that will be displayed next to the value that totalizes the column, when totalizer is max.

Properties Of Category DVelop Combo:

Select All:

Specifies the caption that will be shown for the option 'Select all' of the DVelop Combos

Only Selected Values:

Specifies the caption that will be shown for the option 'Only selected values' of the DVelop Combos.

Multiple Values Separator:

Specifies the separator that will be included for each selected value, when having a DVelop Combo with multiple values.

Add new Option:

Specifies the caption that will be shown for the option of inserting a new record of the ones displaying in the DVelop Combo.

Properties Of Category Split Screen with Tabs:

Tab Caption:

Specifies the caption that will be set to the Tabs of a Selection with split screen and tabs

New Record Tab Caption:

Specifies the caption that will be set to the tab of a new record, in a Selection with split screen and tabs.

Properties Of Category Group:

Group Caption:

Specifies the caption to be displayed in the group row. You can mention the tags <ATT_DESCRIPTION>, <ATT_VALUE_DSC> and <GROUP_COUNT>.

Example 1:

  • Group column: Status
  • Value of 'Group caption': format('%1: %2', <ATT_DESCRIPTION>, <ATT_VALUE_DSC>)
  • At runtime each group row will display:
    • Status: Started
    • Status: Finished
    • Status: Canceled

Example 2

  • Group column: Status
  • Value of 'Group caption': format('%1: %2' (%3), <ATT_DESCRIPTION>, <ATT_VALUE_DSC>,<GROUP_COUNT>)
  • At runtime each group row will display:
    • Status: Started (74)
    • Status: Finished (52)
    • Status: Canceled (59)

Group By Option

Specifies the caption that will be set to the option of group by that column, inside its Title Filter.