Business Analysis View

BusinessAnalysisViewIcon Description

This node can be used to add a business analysis view in WorkWith and SubWorkWith nodes. This view can be used to add queries to the object and implement a different view for the WorkWith data.

When using this node the WorkWith's filters are integrated with the Query objects, and the information shown is updated when the filter values change. This can be customized using the "Update Policy" property.

To define which queries are included and how they are shown, the developer must add query nodes as children to this node.

Runtime Appearance

When this option is used a new view is added to the WorkWith. This view is not visible when the user enters the object. When the user selects this view, the grid is hidden and the queries are shown instead.

BusinessAnalysisExample
Business analysis view runtime appearance

Properties

Category Name Value
General Object Name The grid's name. Must be unique within the web panel.
Update Policy

Determines if the queries parameters and conditions should be updated when the pattern is applied.

When set to "ParametersAndConditions", both parts of the query definition are updated when the pattern is applied.

Table Responsive Sizes Determines how the queries are distributed in the interface.
Security Entity Name

Contains the name of the entity used to check authorization before entering the view. See K2BTools Security Model.

This property's value is the object's related transaction's entity name by default.

Transaction Name

Contains the name of the transaction used to check authorization before entering the view. See K2BTools Security Model.

This property's value is the object's related transaction's name by default.

Standard Activity Type

Contains the name of the standard activity type used to check authorization before entering the view. See K2BTools Security Model.

This property's value is set to "None" by default.

User Activity

Contains the name of the entity used to check authorization before entering the view. See K2BTools Security Model.

This property's value is set to "BusinessAnalysisView" by default.

Child Nodes

QueryViewerNode Query Object node

Security in Business Analysis View

When using GAM, by default the Business Analysis View will not be shown, because the permission must businessanalysisview_execute must be added in GAM and assigned to the roles that will be able to show this view. When using K2BTools GAM Backend:

  • Go to the k2bfsg.wwapplication, select the application that uses the Business AnalysisView, go to the Permission card and run Load Application Permissions.
    BusinessAnalysisViewLoadApplicationPermissions
    Load Business Analysis View Permission

  • Go th the k2bfsg.wwrol , select the roles that will be able to access the business analysis view and add the businessanalysisview_execute permission.