In Sage X3, when we add a field with dimensions, it will display a description only for the first field/dimension, while the others remain blank, as shown in the following figure. Here, we’ll explore a step-by-step guide on how to change the headings of dimension fields in Sage X3, utilizing local menus and evaluated titles.
New Stuff : How to add a field in data model designer in SEI


Step 1: Creating Local Menu – Message
The first step involves creating a Local Menu – Message corresponding to the number of dimensions you want to assign headings to.
For instance, if you have a field named ‘ZTEST’ with three dimensions, you’ll need to create a Local Menu – Message with three values, each representing a dimension header.

Step 2: Modifying Field Descriptions
Navigate to the development screen and select the dimension field whose heading you want to change. Replace the description with a ‘$’.

Step 3: Setting Evaluated Title
After changing the description to ‘$’, click on the three dots next to the field and select the ‘Evaluated title’ option. This action will open a new screen where you can enter a formula in the ‘Evaluated title’ field.

Formula Example:
#mess(Local Menu Code, Local Menu Chapter, 1)
In the formula, the mess function is used to print the title. It takes three parameters:
- The Local Menu Code.
- The Local Menu Chapter.
- A value (0 or 1) to access the Adonix message file or otherwise.
For instance, if we have a formula like #mess((indice+1), 21999, 1), the first parameter (indice+1) will iterate through all Local Menu Codes, the second parameter (21999) assigns the Local Menu Chapter, and the third parameter (1) denotes the currently selected language.

Step 4: Saving and Previewing Changes
After adding the formula, click ‘OK’ and save the changes. Validate your screen, then navigate to the Window menu and preview your screen. You should now see the different title headers for dimensions as per the Local Menu – Message values set earlier.

By following these steps, you can effectively customize the headings of dimension fields in Sage X3, ensuring clarity and ease of use for users interacting with your system. This simple customization can significantly improve the user experience and streamline data management processes.
[about_us_blog_common]