HomeGuidesRecipesAPI
HomeGuidesAPILog In

Release Notes - Infiniti 9.7 (9.7.13)

Infiniti, by Intelledox, helps organizations to nurture and control business processes through document automation, smart web forms (e-forms), batch processing and CRM. It is an award-winning product that allows businesses to produce smarter, targeted customer communications while easing the burden of paperwork and red tape.

Utilizing Responsive Web Design, Intelledox Infiniti is a digital transformation platform that helps companies rapidly develop and deliver mobile-ready business processes. Government, Healthcare, Insurance, Financial Services, and Enterprise customers worldwide deploy the Infiniti platform to enhance customer engagement, increase customer satisfaction, streamline efficiency, and drive down operational costs. Infiniti helps businesses quickly create and deploy intuitive, digital, business processes to replace difficult-to-understand paper and electronic forms. Infiniti empowers business users to develop, manage and set up engaging customer-facing applications, helping them reduce costs through improved process efficiency while delivering an enriched customer experience.

Unlike other business process automation software that can only produce outputs in one type of file or format, Infiniti can generate multi-format, multi-channel documents in DOC, DOCX, PDF, XML, PPT, SMS, TXT, HTML, CSV, email and many more.

This is a product release that delivers additional functionality over the previous customer version of Infiniti (v9.6).

🚧

Upgrade Warning

As of v9.3 a separate License Key is required for Content Library and Address/Contacts modules.

In version 9.6 changes were made that will affect all resources (eg: images, fonts, etc...) called in CSS. Previously, links relative to the page were allowed with no restrictions. However, in the latest version you will need to make sure your links are relative to the root, or they will not work.

For example:

If your original full path is this:

http://www.xyz.com/produce/images/image.png

Your link could have been this:

../../../image001.png

In the latest version it will need to look like the following:

../produce/images/image.png

You can change your links in the current version and when you complete the upgrade images will display. If you have already upgraded, simply go into your css and make the changes.

Infiniti 9.7 Features
Infiniti 9.7 introduces the following new features and updates over the previous public release version of Infiniti v9.6.

Auto complete with user entered data

User entered data filters allow data sources to be called as a user types, and displays the resulting records as a list of suggestions for the user.

For further details, refer to the following article:

Auto complete with user entered data filters

Data Source Question Type

Drop-down List display type has been added to the Multiple Rows Select data sources. Enables user to make multiple selections from a drop-down list with checkboxes.

For further details, refer to the following article:

Variable question type

LDAP Authentication Improvements

LDAP Authentication Improvements (multidomain, non-Ad implementations and logging).

New Variables

RowNumber and RowCount added to the Variable list, which can provide the current row number of total number of rows of a repeater.

FileSize Formula [Qx.filesize]:

•For an uploaded file question type a formula in the syntax [Q1.filesize] will yield the files size in bytes. If a file has not been uploaded, a zero will be returned
•[Qx.filesize] Reference is also useful in totaling the file size of a repeating section of individual files.

Offline Apps

•A new User Interface Design to improve usability and intuitiveness.
•Auto-Recovery on page change – In cases when the Infiniti App backgrounded or crashed, upon the next start-up, the user will be prompted whether to restore a previous session.
•Skinning and theming has been extended to all offline apps.
•Extra settings for offline cache - Data source cache duration has been expanded out to 3-time settings: Refresh rate, expiration warning, and expiration.
•SAML support has been extended to iOS and Android Apps.

For further details, refer to the following article:

Infiniti skins and themes - Overview

Performance

Multiple performance enhancements have been added that enhance the following:
•Infiniti Produce – New Answer File loading, Data Sources questions handling, “Save to Disk” action, and finding questions by id that are not in a repeating section
•Infiniti Manage – For large number users’ sites, retrieval of user’s data and licensing user count checks.

Redirect to Produce home, on submission

Redirect to Home on Form and Transition Submit – After form Submit, the webpage can be redirected to Home with two possible messages – one for offline and one for online.

REST Data Source

REST based services were introduced in Infiniti 9.3. Version 9.7 introduces POST methods. For further details, refer to the following article:

For further details, refer to the following article:

REST

Sends information, JSON or XML, to external REST services on the submission of a form. The body of this request can be generated by the existing XML template feature or by using the new JSON templates. Status and response from the service are available via the action outputs.

JSON templates are similar to the existing XSD/XML templates. The placeholders are the available properties and arrays that are defined in that schema.

Search

Search on Produce homepage has included searching Project Help Text.

Web Design

•New button on the rich text toolbar - "Paste as Text" added and the “Subscript” button was removed.
•Toolbar for rich text areas will only show when the text area is clicked.
•Rich Text questions can be set up to be parents of other questions on the same page (via question references or protected fields).
•Ctrl+Left/Right arrow will expand all or collapse all items from that tree-view position.

Complete bug list

Code enhancements

8816 - REST data source support

8833 - REST data source swagger 2.0 support

8894 - Rapidly changing back and forth between pages can occasionally cause data loss in text fields.

9323 - Send To REST Service Action.

9330 - JSON template documents and generation.

9363 - Repeat - Minimum and Maximum - References in these fields do not resolve.

9392 - Adding a disabled user to the 'assigned username' filter of the manage workflow screen causes available workflow items not to show.

9409 - Slider doesn’t work via touch when you are using a hybrid laptop (e.g. Lenovo Yoga 460, Surface Book 4) on chromium based browsers.

9434 - Text Field Question Type - Previously set Character Limit attribute still applies to a Currency Data Type.

9455 - Role and aria attributes not allowed in html.

9488 - Anonymous users shouldn't be able to view old submissions.

9510 - Is True’ comparison type for conditions is limited to ‘1’ and ‘0’ values. Should allow ‘true’, ‘false’, etc.

9566 - SAML 'AuthFailed' Responses cause null ref error.

9567 - SAML Login failure due to leading/trailing spaces collected in Manage.

9568 - Web Design: Project still locked by user even after having been closed.

9569 - Validation can appear prematurely on pages that were conditionally invisible.

9604 - Text injection attack (low) in Manage settings skin control.

9619 - Security: Generation of Session Guid is not secure enough.

9629 - Produce Delete Warning Does not prevent Delete.

9649 - Translating some large numbers to text using the ONE function doesn't work.

New features and functionality

9462 - Watermarks can now be applied to the auto complete question.