In order to present a report in a One Identity Manager administration tool, such as the Manager, you need to link in the report as a custom interface form. Create the interface form in the program Designer.
To create a user interface form
Select Form | Insert from the menu.
Take the following cases into account:
This form definition is configured for displaying in the graphical user interface and in web applications. You only need to set up one interface form for this. Which form template will be used to display the interface form is decided dynamically, depending on usage.
Syntax:
<DialogSheetDefinition FormatVersion="1.0">
<SpecialSheetData>report name|parameter1=value1|parameter2=value2 .
...
</SpecialSheetData>
</DialogSheetDefinition>
Example:
<DialogSheetDefinition FormatVersion="1.0">
<SpecialSheetData>CCC_Employee_by_Department|UIDDepartment=%UID_Department%</SpecialSheetData>
</DialogSheetDefinition>
The form also needs to be linked to a permissions group. Use the Object relations view to do this.
Assign the menu item to the user interface form, if it is to be displayed in the user interface depending on this menu item. Use the Menu assignments view to do this. Use the to assign a menu item to the interface form.
Reports can be created and exported on a cyclical basis or event controlled. This functionality is provided in the form of a process component. You can create a report with the process component "ReportComponent" and export it in various file formats. The following formats are supported: HTML, PDF, RTF, TEXT, XLS, TIFF, XML, CSV, XPS, DOCX and XLSX . To use this functionality, create a custom process.
|
NOTE: Use the default report server as executing server in the processes. |
The One Identity Manager database distinguishes between reference data and meta data. Reference data is specified by the application data model and meta data by the system data model. Meta Data includes data for specifying the application data model, for regulating access rights and to influence and control system behavior such as modifying One Identity Manager administration tools to meet user defined requirements. The object technology implemented in One Identity Manager makes it possible to add customer specific columns and tables to the existing application data model at database level. These are therefore available at object level with all the corresponding tasks. Custom extensions to the system data model are not permitted.
|
IMPORTANT: Use the program, "Schema Extension" to extend the One Identity Manager data model. Schema extensions are added to the database using "Schema Extension" and the necessary extensions are made in the One Identity Manager data model. |
|
IMPORTANT: Run the consistency checks after the schema extensions and apply the repair methods. You must subsequently edit table and column definitions in the Designer. |
You can make the following extensions in the Schema Extension:
Additional steps for extending the schema are:
You cannot create custom functions, triggers or database procedures with the program Schema Extension. If you require custom functions, triggers or database procedures, add them with a suitable query tool into the database. Keep to the following conventions for name database components.
To create a simple table in the Schema Extension
This creates a table with table type "T".
Property | Description |
---|---|
Table |
Table name. The name of the new table must begin with the prefix "CCC". The table name is formatted as CCC<table name>. |
Display name |
The display name is used, for example, to identify the table in a database search or for error output. |
Description: |
You can enter a comment on a table about using it in the data model. |
|
NOTE:The following columns are automatically created:
|
To extend an existing table in the Schema Extension
© 2023 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy