release notes

Release notes Indicium 2023.3.12

Related products: Indicium Service Tier
Release notes Indicium 2023.3.12

Hello everyone,

In this sprint, we have added the possibility to filter within the open API document. We have also made Indicium more robust against missing decryption keys.

You can read more about Indicium's features in the Indicium user manual.

We will keep you updated regularly about Indicium's progress.

 

About Indicium

Two types of the Thinkwise Indicium Application Tier are available:

  • Indicium Basic: for use with the Windows GUI and Mobile GUI. This basic version does not support features such as system flows and OpenID.

  • Indicium: for use with the Universal GUI and via APIs. This version uses the full range of Indicium functionality.
    Download Indicium release 2023.3.12 here.

 

Contents

 

New and changed

Filter in open API document

new

We have added the possibility to filter within the open API document. This can be a powerful method to reduce the document size, resulting in faster loading times, or to selectively show specific entities.

The following query string parameters have been added:

  • entities - A single entity or a comma-separated list of entities. The entities can be tables, reports, and tasks. Example:
    iam/<appl>/openapi?entities=employee,employee_hour,project
  • include_lookups - A boolean (true or false) that indicates whether the lookups need to be included in the document. Example:
    iam/<appl>/openapi?include_lookups=true
  • include_details - A boolean (true or false) that indicates whether the details need to be included in the document. Example:
    iam/<appl>/openapi?include_details=true
  • include_table_tasks - A boolean (true or false) that indicates whether the table tasks need to be included in the document. You can filter normal tasks with the entities' query string parameter. Example:
    iam/<appl>/openapi?include_table_tasks=true
  • include_table_reports - A boolean (true or false) that indicates whether the table reports need to be included in the document. You can filter normal reports with the entities' query string parameter. Example:
    iam/<appl>/openapi?include_table_reports=true

 

Start and load with missing decryption keys

change

Without access to the required decryption keys for the application model or IAM configuration, Indicium will now still start and load these application models. Only the features related to the encrypted settings will not work.

 

Minor fixes and tasks

  • We have extended the lifespan of the cookie that stores the redirect URL or return URL.
    Previously, this cookie had a lifespan of only 3 minutes, meaning that if users opened the page and remained inactive for 3 minutes, the cookie would expire, and the return URL would be lost. To address this issue, we have increased the cookie's lifespan to 10 minutes.
  • We have fixed an issue that prevented the drag-drop links from being provided as input parameters for the task's default procedure.

 

Questions or suggestions?

Questions or suggestions about the release notes? Let us know in the Thinkwise Community!