Configuring dictionary, UI policy, and element variables
Summarize
Summary of Configuring Dictionary, UI Policy, and Element Variables
With Release 6.1.x, administrators can configure essential components of a dependency within the Business Impact Analysis (BIA), including the Dictionary, UI policies, element variables, and UI views. These configurations help define fields, manage data presentation, and control user interactions on forms and lists.
Show less
Key Features
- Dictionary Entries: Provide details and define columns for tables related to dependencies.
- UI Policies: Allow dynamic changes to form behavior, enabling fields to be shown, hidden, required, or read-only based on conditions.
- Element Variables: Define additional data for records, enhancing control over behavior and attributes.
- View Rules: Customize data presentation and filtering within tables.
- Configuration Tasks: Administrators can configure required/optional fields in the Dictionary, set up UI policies, element variables, and define view rules.
Key Outcomes
Once configurations are complete, the BCM application automates the dependency assessment process, marking it as complete when all required fields are filled. During upgrades to Release 6.1.x, certain required fields are removed, and administrators can flexibly customize their settings. After completing the necessary configurations and filling in required fields, running a fix script is crucial to update the dependency state accurately.
Starting with Release 6.1.x, administrators have the capability to configure different aspects of a dependency. This includes the Dictionary, UI policy, element variables, and UI view. These configurations play a crucial role in determining specific columns, required fields, and overall display in the list view and form view of a dependency within the dependency assessment of a BIA.
Dictionary entries [sys_dictionary] serve the purpose of providing additional details for each table and defining the columns on those tables. For more information on Dictionary entries, see Data dictionary tables.
UI policies are used to dynamically alter the behavior of information on a form. Administrators can configure the UI policies to show or hide fields, make fields required or read-only based on specific conditions. For more information on UI policies, see Using UI policies.
Element variables are employed to define additional data for a record, allowing for more granular control over the behavior and attributes of that record. For more information on Element variables, see Configure element variables for element definitions.
View rules are utilized to define the filter condition and execution order for a table, providing a way to customize the view and presentation of data within that table. For more information on View rules, see Create a view rule.
- Configuring the Dictionary record in the instance to add required or optional fields, or marking existing fields as required or optional for a dependency.
- Configuring the element variables record in the instance to add required or optional element variables.
- Configuring the element definitions and UX view rules for the dependency assessment.
- Configuring the UI policies to mark the fields in the dependency as required or optional. Starting with release 6.1.x, UI policies are used to designate fields as required or optional for a dependency. A UI policy can be created for a specific element definition or multiple element definitions within the dependency assessment.
- Configuring the UI view for both lists and forms to specify the columns displayed in the table's list layout for the list view and form view.
- Defining a view rule in the BIA scope. The system determines the UI view displayed for the dependency based on the defined filter condition and execution order in the view rule.
The BCM application automatically completes the dependency assessment when all required fields for a dependency are filled, or if the dependency does not have any required fields.
For detailed instructions on configuring the UI view [sys_ui_view] table, table list layout, and view rules for both the list view and form view, refer to KB1645940.
Upgrading from the previous version to Release 6.1.x
During the upgrade process from the previous version to Release 6.1.x, the required fields for the Required Recovery Timeframe are removed from the dictionary. However, it's important to note that the Required Recovery Timeframe field is only required for the Applications element variable and is added as part of the UI policy. No other element variables have required fields as part of the dependency assessment.
As administrators, you have the flexibility to configure your own settings to make fields required or optional. Additionally, you can customize the view for the element variables and display different columns based on the element definitions.
When the software is upgraded to Release 6.1.x, the state of each dependency is reevaluated for Business Impact Analyses (BIAs) in the Returned, In review, and Draft states. The system performs checks to determine if each dependency has any required fields and if all required fields are filled in. Based on these checks, the state of each dependency is then updated accordingly.
Executing the fix script
A fix script refers to server-side JavaScript code that administrators execute after installing or upgrading an application. Its purpose is to confirm that any metadata changes made by administrators in the Dictionary, UI policy, or element variables configurations for the BIA dependency are accurately reflected.
| All required fields are filled | State of the dependency |
|---|---|
| No | Pending |
| Yes | Complete |
If a dependency is in the Pending state, the BIA user must fill in the required fields associated with that dependency. Once the required fields are completed, the system automatically marks the overall dependency assessment as complete. Running the fix script after filling in the required fields updates the state of the dependency to Complete.
For more information on the fix scripts, see Fix scripts.