Introduction
This document includes information about the new features, other improvements, and corrected known issues implemented in the Clausion FPM 25.01 general availability version.
The previous general availability release is Clausion 24.10.
New Features and Other Improvements
Web Client: Hiding unmatched unit and account search results functionality in selection pop-up window
Feature ID: FD-16302
You can now utilize the new Hide unmatched units/accounts checkbox in the unit or account selection pop-up window in the Web Client. When the checkbox is checked, only units or accounts that match the search and their paths will be displayed in the search results. This speeds up the search because the Web Client loads less units or accounts into view. The checkbox is checked by default.If you uncheck the checkbox, the search results will show the matching result highlighted as well as all other units or accounts. For example, you can see what other units or accounts are on the same level as the searched unit or account. This way, you can easily see what other units or accounts exist. You can press the Enter key to move from a matching result to the next.
Defining dimension with a new %GLOBAL DIMENSION% parameter
Feature ID: FD-16190
You can now use the Global Dimension functionality to define the dimension from which units are retrieved to input or reports templates. The dimension can be defined using the new %GLOBAL DIMENSION% parameter or any user-defined fixed parameter.Defining the dimension helps in the use and maintenance of both the package and Clausion’s basic templates that support dimensions. You can use the parameter to define the dimension for different tasks in the parameter sheet, instead of manually adjusting the value for each task separately, saving configuration time. Take the following steps to use the Global Dimension functionality:
- Add a globaldimension element under the dimension component in the User Interface Management screen.
- Set the enabled option as true.
- Add a globaldimensionvalues element under the globaldimension element.
- Add a globaldimensionvalue element under the globaldimensionvalues element. The globaldimensionvalue element defines the dimension value that overwrites the ID component. The value can be a fixed value or a variable. You can use the %GLOBAL DIMENSION% variable or any user-defined fixed parameter from the custom parameter sheet as the globaldimensionvalue value.
- Add a value element under the globaldimensionvalues element. The value element defines the unit or units that are selected from the dimension defined with the globaldimensionvalue element.
- To use multiple units, set the multiselect element as true and separate the unit values with a comma in the value element.
- If you add multiple unit values and not separate them with commas, or if you use any other special character than the comma, only the first unit will be used and the rest will be trimmed.
- If you add multiple units separated by commas, but the multiselect element is not added or is set to false, only the first unit will be used, and the rest will be trimmed.
- In the Desktop Client, if you add an incorrect unit or leave the value element empty, the BWNonAllocatedItem unit will be selected by default for the input sheet and the TOP unit will be selected for the report template. If you add an incorrect parameter or dimension ID, or leave the globaldimensionvalue element empty, you receive a validations message on the opening of the navigation screen of an input or report template.
- In the Web Client, if you add an incorrect unit or leave the value element empty, the unit field will be empty. If you add an incorrect parameter or dimension ID, or leave the globaldimensionvalue element empty, you receive a notification informing you that the task is not ready.
Corrected Known Issues
Issue ID | Issue | Resolution |
---|---|---|
FD-20109 | If a user has not been assigned a language, opening a task results in an error. | A task now opens even if a language has not been specifically assigned to the user. |
FD-19953 | Extra field value selection pop-up: search box and scroll bar are invisible, and the highlight colouring on selected unit is missing. | The search box and scroll bar are now visible and the selected unit is highlighted on the list. |
FD-19212 | Web Client: Input Template Calculation (ITC) dialog displays content incorrectly when moving between pages with the arrow buttons. | The content in ITC pop-up appears correctly now when you navigate to the previous or next page using the arrow buttons. |
FD-19193 | Internal Data Transfer (IDT) status report displays extra lines. | The IDT error message now only displays the lines where the error occurs. |
FD-19103 | If the column width is set to 0 (zero) for one column, it overrides the widths of all columns that have a defined width. | Column width parameter is now working as expected in both Web Client and Desktop Client. |
FD-18510 | Web Client: If the column definitions contain a different number of columns in two or more different areas, the data is not imported correctly from a file for all areas. | The data now appears correctly on the input sheet for all areas when imported, despite the column definitions of different areas. |
FD-18301 | After changing the language, the task name is incorrectly displayed according to the previous language selection when navigating back to the selections using the Back button. | The task name is now displayed correctly according to the current language selection. |
FD-17389 | Web Client: Notification of an incorrect URL address appears when a value is missing from certain fields in the input template User Interface parameters. | You can now successfully refresh input templates in a browser. |
FD-17217 | The result of the Input Template Calculation (ITC) is different in Web Client compared to Desktop Client if there are formulas in the template and the ACCCODE column does not have an S (save) designation. | The input template calculation (ITC) now gives the same correct result in Web Client as in Desktop Client, regardless of whether there is an S designation in the ACCCODE column. |
FD-14973 | Web Client: The Save icon is disabled if a warning is displayed in a type 7 input template, even though the user has rights to most of the document’s rows. New rows cannot be saved after adding them. | The Save icon is now enabled in all input templates, even if warnings are displayed. |
FD-14540 | Web Client: Cells lock in rare situations due to complex restrictions. | Cell locking in Web Client now works correctly, like in Desktop Client, even on templates with restrictions. |